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
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "fa7e1978-2333-4eda-5d15-c22059cb98e6"
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "fa7e1978-2333-4eda-5d15-c22059cb98e6"
}
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...