contentsholder/posts.delete

Deletes a Story in your Content Owner Media Unit

URL

POST /v1.0/contentsholder/posts.delete

Parameters

Argument Required Default Value Example Description
post_id Required - 12345678912345 ID of the Story.

Responses

{
    "ok": true
}

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

Errors

Error Code Description
no_post_id Value for "post_id" is not specified.
invalid_post_id Value passed for “post_id" is invalid.
post_not_found The Story cannot be found.

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