Delete a scheduled job
delete
/services/rest/v1/jobs/{jobid}
Deletes a report job in the scheduler queue.
Request
Path Parameters
-
jobid(required): string
The ID of the job to be deleted.
Response
Supported Media Types
- application/text
200 Response
Returns job deleted status.
Root Schema : schema
Examples
The following example shows how to delete a scheduled job by submitting a POST request on the REST resource using cURL. You must specify the ID of the job you want to delete.
curl -i \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--request DELETE 'https://hostname/xmlpserver/services/rest/v1/jobs/35644'
Example of the Response Body
* Connection #0 to host host.com left intact