contentsholder/topics.delete

Deletes a topic in your Content Owner Media Unit

URL

POST /v1.0/contentsholder/topics.delete

Parameters

Argument Required Default Value Example Description
topic_id Required - 12345678912345 ID of the topic.

Responses

{
    "ok": true
}

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

Errors

Error Code Description
no_topic_id Value for "topic_id" is not specified.
invalid_topic_id Value passed for “topic_id" is invalid.
topic_not_found The topic cannot be found.
posts_exist Series cannot be deleted, Stories are attached to the series.

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