Remove Essbase Script Permissions

delete

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

Removes permissions from the specified script for the specified user or group. Applicable only for calculation scripts.

Request

Path Parameters
Query Parameters
  • True if the userGroupId refers to a group.

    Default Value: false
Back to Top

Response

Supported Media Types

204 Response

No Content

Script permission removed successfully.

400 Response

Bad Request

Failed to delete permissions for the script. The application, database, or script name may be incorrect, or the user or group ID may be incorrect.

500 Response

Internal Server Error.

Back to Top