Skip to main content
DELETE
/
job
/
delete
/
{job_id}
Delete job
curl --request DELETE \
  --url https://api.example.com/job/delete/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Response

Successful Response

Response model for DELETE /job/delete/{job_id} endpoint.

status
string
required

Status of the operation

Allowed value: "success"
message
string
required

Success message