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.
"43d7add5-61cf-44ad-aac8-c5d14c642bb4"
Successful Response
The response is of type object.
object
Was this page helpful?