Removing a subgroup 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

PermissionGroupSubgroupEntry/ DELETE — Removes the subgroup from the permissions group.

HTTP Action — DELETE

URI — http://api.dynect.net/REST/PermissionGroupSubgroupEntry/<group_name>/<subgroup>/

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
RemovePermissionGroupSubgroups — Removes the subgroup from the permissions group.

Arguments:

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

Not Applicable.

Example Request — Click for More Info