Delete Sandbox
delete
/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/sandbox
Deletes Sandbox and CellProperties dimensions from this cube. This action disables scenario management for the cube.
Request
Path Parameters
-
applicationName(required): string
Application name.
-
databaseName(required): string
Database name.
Response
Supported Media Types
- application/json
- application/xml
200 Response
OK
Sandbox deleted successfully.
400 Response
Bad Request
Failed to delete sandbox. The application or database name may be incorrect, or the logged in user may not have the appropriate application role.
500 Response
Internal Server Error.