Skip to main content
DELETE
/
job
/
{jobId}
/
delete
Delete Job
curl --request DELETE \
  --url https://cloud.cdata.com/api/job/{jobId}/delete \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as 'Bearer '.

Path Parameters

jobId
string
required

The Id of the job you want to delete.

Response

200

OK