Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://cloud.cdata.com/api/job/{jobId}/delete \ --header 'Authorization: Bearer <token>'
Administrators, impersonating a service user, can use this call to delete a specified job.
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.
Bearer {token}
The Id of the job you want to delete.
OK
Was this page helpful?