Jobs
Cancel any pending or running job
DELETE
/jobs/{id}Authorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Path Parameters
id*string
Response Body
application/json
curl -X DELETE "https://example.com/jobs/string"{ "data": { "id": "string", "status": "string" }, "success": true}