Skip to main content

Delete Cube

DELETE 

/org/:orgId/project/:projectId/cube/:cubeId

Remove an existing Cube by specifying its ID, and the corresponding Organization ID and Project ID.

Request

Path Parameters

    orgId stringrequired

    The Organization ID for which you want to remove a cube

    projectId stringrequired

    The Project ID for which you want to remove a cube

    cubeId stringrequired

    ID of the cube you want to remove

Responses

Success.

Schema

    any

Loading...