Deleting 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

REST Syntax

Click to view all REST Resources

PermissionsGroup/ DELETE — Deletes the permission group with the given group_name.

HTTP Action — DELETE

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

Arguments:

No Arguments.

Response:

Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
DeleteOnePermissionGroup — Deletes the permission group with the given group_name.
Arguments:

string group_nameRequired. The permission group’s name.

string tokenRequired. The session identifier.

Response:

Not Applicable.

Example Request — Click for More Info