Cancels and removes multiple scheduled jobs in a single request. Returns lists of successful deletions and failed operations with reasons.
A valid request URL is required to generate request examples
{ "data": { "failed": [ { "id": "<string>", "reason": "<string>" } ], "successful": [ { "id": "<string>", "item_name": "<string>" } ] }, "details": [ "<string>" ], "success": true }
App slug
Team slug
Job IDs to delete
1 - 100
Jobs deleted
Show child attributes
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes