contentsholder/series.delete
Deletes a series in your Content Owner Media Unit
URL
POST /v1.0/contentsholder/series.delete
Parameters
| Argument | Required | Default Value | Example | Description |
|---|---|---|---|---|
| series_id | Required | - | 12345678912345 | ID of the series. |
Responses
{
"ok": true
}
If successful, the response returns the payload displayed above.
Errors
| Error Code | Description |
|---|---|
| no_series_id | Value for "series_id" is not specified. |
| invalid_series_id | Value passed for “series_id" is invalid. |
| series_not_found | The series 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.