Remove data security from model measures
{ deleteMeasureSecurity }
Removes measure security in a specific data model for the given role.
Method
/API3/dataSources/deleteMeasureSecurity
- Enterprise Admin
Input Parameters
Name
hierarchyMeasureSecurity
Object Type
Description
Details of the security settings to be applied to a data model's hierarchies or measures.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP