Last updated 1 day ago
Was this helpful?
Abort running job (an incomplete job that is yet to start will be deleted)
/jobs/abort/{jobId}
The id associated with your job.
curl -L \ --request POST \ --url 'https://api.bytenite.com/v1/customer/jobs/abort/{jobId}' \ --header 'Authorization: YOUR_API_KEY'
{ "ok": true, "requestId": "text", "message": "text", "error": { "code": 1, "message": "text", "description": "text" } }
Delete a job
/jobs/delete/{jobId}
curl -L \ --request POST \ --url 'https://api.bytenite.com/v1/customer/jobs/delete/{jobId}' \ --header 'Authorization: YOUR_API_KEY'