curator/tags.delete

Deletes a tag in your Curator Media Unit

URL

POST /v1.0/curator/tags.delete

Parameters

Argument Required Default Value Example Description
tag_id Required - 12345678912345 ID of the tag.

Responses

{
    "ok": true
}

If successful, the response returns the status message displayed above.

Errors

Error Code Description
no_tag_id Value for "tag_id" is not specified.
invalid_tag_id Value passed for “tag_id" is invalid.
tag_not_found The tag cannot be found.

For other error codes, please refer to the Common Errors section of this document.