Delete Permission

delete

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

Removes permissions from a filter for the specified user or group.

Request

Path Parameters
Query Parameters
  • True if the userGroupId refers to a group; false if it refers to a user.

    Default Value: false
Back to Top

Response

Supported Media Types

204 Response

No Content

The permission was removed successfully.

400 Response

Bad Request

Failed to remove permission from the filter. An input parameter may have been specified incorrectly.

500 Response

Internal Server Error.

Back to Top