Group - Deletes a group for a tenant

Deletes an existing group under a specific tenant in the system.

delete
Authorizations
Path parameters
groupIdstring · uuidRequired

Enter the ID of the group to be deleted.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Deletion acknowledgment received.
delete
DELETE /groups/{groupId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated