DELETE /asset/v1/content/deletedAssets/[AssetID]
Deletes one Content Builder category by ID.
Name | Type | Description | |
---|---|---|---|
id | number | Required | The ID of the category. |
Status | Name | Type | Description |
---|---|---|---|
200 | OK | ||
message | string | The resource was successfully deleted. | |
403 | Unauthorized | ||
Message | string | Insufficient privileges | |
ErrorCode | number | 20002 | |
404 | Not found | ||
Message | string | Object not found | |
ErrorCode | number | 30003 | |
500 | Internal server error | ||
Message | string | No message | |
ErrorCode | number | 10000 |
Example Request
Example Response