cURL
curl --request DELETE \ --url https://mango.sievedata.com/v2/jobs/{job_id} \ --header 'X-API-Key: <api-key>'
{ "message": "<string>" }
Cancels a running job.
The Sieve API key to authenticate with.
The ID of the job.
Successful Response
Description of the event
Was this page helpful?