Legacy | Delete Group

Restriction: This information no longer refers to the latest product version but may still be relevant if you are working with an older version.

Deletes the group, specified by its display name, from the DB.

Note:

A group associated by at least one user must be specified by the administrator as 'disassociate=true' to be deleted. In this case, all associations to this group will be cleared (but the users will not be deleted).

Request syntax

Copy
https://mycloud.perfectomobile.com/services/groups/?operation=delete&securityToken=value[&optionalParameter=value]

Parameters

Name Type Default Description
securityToken* string
A unique cryptographic key assigned to an authorized user.
user string

Deprecated. The name of the user running the operation.

Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.
password string

Deprecated. The password for the user.

Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.
disassociate boolean false The user association to this group. See note.
responseFormat string json The format to use for the response: json or xml

* Mandatory parameter

Response

Name Description
status success if the operation completed successfully; otherwise failure.