Skip to main content
DELETE
/
api
/
v1
/
batch_jobs
/
{batch_job_id}
Cancel a batch job
curl --request DELETE \
  --url https://api.monitor.weborion.io/api/v1/batch_jobs/{batch_job_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.

Path Parameters

batch_job_id
string
required

Batch job ID (including prefix)

Response

200

OK