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 '.
The Id of the job you want to delete.
OK
このページは役に立ちましたか?