Removing permissions from a permissions group in the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

REST Syntax

Click to view all REST Resources

PermissionGroupPermissionEntry/ DELETE — Removes the permission from an existing permission group.

HTTP Action — DELETE

URI — https://api.dynect.net/REST/PermissionGroupPermissionEntry/<group_name>/<permission>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
RemovePermissionsGroupPermissions — Removes the permissions from an existing permission group.

Arguments:

  • string group_nameRequired. The permission group’s name.
  • array permissionRequired. A list of permissions to remove from the permission group.
  • string tokenRequired. The session identifier.
Response:

Not Applicable.

Example Request — Click for More Info