cURL
curl --request DELETE \ --url https://aiapi.{client}.nx1cloud.com/api/jobs/{job_id} \ --header 'Authorization: Bearer <token>'
"<string>"
Deletes a specific job and its corresponding data.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique ID of the job to be deleted.
Job deleted successfully.
The response is of type string.
string
Was this page helpful?