DELETE https://cms.thepublive.com/publisher/{publisher_id}/media-library/{id}/
Permanently deletes a media asset from the library.
Warning: This action cannot be undone. Posts referencing this media will lose their associated image/file.
Path Parameters
| Name | Type | Description |
|---|
| id | integer | Media ID |
| Name | Type | Required | Description |
|---|
| username | string | Yes | API Key |
| password | string | Yes | API Secret |
200: OK
401: Unauthorized
{
"status": "success",
"message": "Deleted successfully!"
}
{
"status": "error",
"message": "Unauthorized"
}