TEASEDocs
API ReferenceVault

Remove a manual tag

Removes a manual tag (normalized match) from a vault media item. Only manual tags are deletable; a non-manual or absent tag returns 404. Requires a write-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Path Parameters

media_id*string

Vault media id.

tag*string

The manual tag to remove.

Response Body

application/json

application/json

application/json

application/json

DELETE
/api/admin/content/{media_id}/tags/{tag}
curl -X DELETE "https://example.com/api/admin/content/string/tags/string"
{  "media_id": "501",  "tag": "mood:playful",  "deleted": true}
{  "detail": "Not authenticated"}
{  "detail": {    "code": "engine_not_connected",    "message": "Connect your engine to access this data."  }}
{  "detail": "manual tag not found"}