Last updated 1 year ago
Was this helpful?
Delete disabled policies with .
🚧 Required PermissionsCalling this endpoint requires a Service User Account set with the Expression Filter Policy Management role. For more information about Service User accounts and their roles, see the .See for a list of roles and associated privileges.
Calling this endpoint requires a Service User Account set with the Expression Filter Policy Management role. For more information about Service User accounts and their roles, see the .
See for a list of roles and associated privileges.
Disables a policy.
Session authentication token.
Key Manager authentication token.
curl -L \ --request POST \ --url 'youragentURL.symphony.com/agent/v1/dlp/policies/{policyId}/disable' \ --header 'sessionToken: text' \ --header 'keyManagerToken: text'
{ "data": { "active": true, "contentTypes": [ "text" ], "creationDate": 1, "creatorId": "text", "dictionaryRefs": [ { "dictId": "text", "name": "text", "version": "text" } ], "lastDisabledDate": 1, "lastUpdatedDate": 1, "name": "text", "policyId": "text", "scopes": [ "text" ], "type": "text", "version": "text" } }