Publishing
Delete a publishing job
Removes a specific bundle from the publishing queue. Cannot delete bundles that are actively publishing (BUNDLING, SENDING_TO_ENDPOINTS, PUBLISHING_BUNDLE).
delete/api/v1/publishing/{bundleId}
Path parameters
bundleIdstring required
Bundle identifier
Response
Bundle deleted successfully
object required
Success response with message
Example response
{
"message": "Bundle deleted successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.