curator/curations.delete
Deletes a Curation in your Curator Media Unit
URL
POST /v1.0/curator/curations.delete
Parameters
| Argument | Required | Default Value | Example | Description |
|---|---|---|---|---|
| curation_id | Required | - | 12345678912345 | ID of the Curation |
Responses
{
"ok": true
}
If successful, the response returns the status message displayed above.
Errors
| Error Code | Description |
|---|---|
| no_curation_id | Value for "curation_id" is not specified. |
| invalid_curation_id | Value passed for “curation_id" is invalid. |
| curation_not_found | The Curation cannot be found. |
For other error codes, refer to the Common Errors section of this document.