Delete Aggregate Creation Schedule
DELETE/org/:orgId/project/:projectId/cube/:cubeId/aggregates-creation/scheduler/jobId/:jobId
Delete the schedule with the specified ID.
Request
Path Parameters
orgId stringrequired
The Organization ID for which you want to delete a schedule.
projectId stringrequired
The Project ID for which you want to delete a schedule.
cubeId stringrequired
The Cube ID for which you want to delete a schedule.
jobId stringrequired
ID of the schedule that you want to delete.
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"response": "successfully deleted jobId: [da67817b-22db-4dbf-91a8-05124e241f77]",
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
{
"response": "successfully deleted jobId: [da67817b-22db-4dbf-91a8-05124e241f77]",
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
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...