cURL
curl --request DELETE \ --url https://api.monitor.weborion.io/api/v1/batch_jobs/{batch_job_id} \ --header 'Authorization: Bearer <token>'
Cancels a batch job. Only items still In Queue are stopped — items already being processed cannot be cancelled. The batch job record is retained after cancellation.
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
Batch job ID (including prefix)
OK