Skip to main content
POST
/
api
/
v1
/
organizations
/
{organization_id}
/
jobs
/
{job_id}
/
cancel
Cancel Job
curl --request POST \
  --url https://api.example.com/api/v1/organizations/{organization_id}/jobs/{job_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "code": "unauthorized",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>

Path Parameters

organization_id
string
required
job_id
string
required

Response

Successful response.