v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBcontentManagement
Content deletion job status.
Get the status of an asynchronous content deletion job request for the given job identifier.
get/v2/content/{id}/delete/{jobId}/status
Path parameters
idstring required
Identifier of the content to delete.
jobIdstring required
The identifier of the asynchronous job.
Headers
isAdminModestring
Set this to "true" if you want to perform the request as a Content Administrator.
Response
The status of the content deletion job.
Example response
{
"status": "Success",
"statusMessage": ""
}