Delete Essbase Script

delete

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}

Deletes the specified script in the specified application and database.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

204 Response

No Content

Script deleted successfully.

400 Response

Bad Request

Failed to delete the script. The application, database, or script name may be incorrect.

500 Response

Internal Server Error.

Back to Top