Delete Maintenance Schedule
DELETE/aggregates/maintenance-schedule/jobs/orgId/:orgId/jobId/:jobId
Delete a maintenance schedule
Request
Path Parameters
orgId stringrequired
The Organization ID in which you want to delete a maintenance schedule .
jobId stringrequired
The Job ID (UUID) of the maintenance schedule you want to delete.
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"code": 200,
"message": "success"
},
"responseCreated": "2021-06-17T11:53:47.091620Z",
"response": "successfully deleted job with Id: [9ec0e32f-53cb-4d90-8843-e39a0eac61f4]"
}
{
"status": {
"code": 200,
"message": "success"
},
"responseCreated": "2021-06-17T11:53:47.091620Z",
"response": "successfully deleted job with Id: [9ec0e32f-53cb-4d90-8843-e39a0eac61f4]"
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist.
A server error occurred. Check the logs for more details.
Loading...