Delete Dictionary

Deletes a dictionary.

Delete a dictionary

delete

Deletes a dictionary. Note: All related policies will be affected.

Path parameters
dictIdstringRequired

Unique dictionary identifier

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringRequired

Key Manager authentication token.

Responses
200
Success
application/json
delete
DELETE /agent/v1/dlp/dictionaries/{dictId} HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
{
  "data": {
    "creationDate": 1,
    "creatorId": "text",
    "dictRef": {
      "dictId": "text",
      "name": "text",
      "version": "text"
    },
    "lastUpdatedDate": 1,
    "type": "text"
  }
}

🚧 Important

A dictionary can only be deleted if no longer associated with any enabled or disabled policy. Use All DLP Policies and Get Policy to retrieve the dictionary or dictionaries associated with a particular policy.

🚧 Required Permissions

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 Symphony Administration Guide.

See Bot Permissions for a list of roles and associated privileges.

Last updated

Was this helpful?