Delete Filter

delete

/essbase/rest/v1/applications/{applicationName}/databases/{databaseName}/filters/{filterName}

Deletes the named filter in the specified application and database.

Request

Path Parameters
Back to Top

Response

204 Response

No Content

The filter was deleted successfully.

400 Response

Bad Request

Failed to delete the filter. The application name, database name, or filter name may be incorrect, or the named filter may not exist.

500 Response

Internal Server Error.

Back to Top