Delete the schedule with the specified ID.
DELETE/v1/public/catalogs/:catalogId/models/:modelId/aggregates-creation/scheduler/jobs/:jobId
Delete the schedule with the specified ID.
Request
Path Parameters
catalogId stringrequired
The Catalog ID for which you want to delete a schedule.
modelId stringrequired
The Model ID for which you want to delete a schedule.
jobId stringrequired
The Job ID for which you want to delete a schedule.
Header Parameters
Authorization string
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Success.
- text/plain
- Schema
Schema
string
Invalid request for example: Invalid parameters, missing parameters.
Unauthorized. This error will occur if calling user is not authenticated.
Forbidden. This error will occur if calling user does not have access right for the API.
Not found. The server cannot find the requested resource.
A server error occurred. Check the logs for more details.
Loading...