Skip to main content

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

Success.

Schema

    any

Loading...