Skip to main content
DELETE
/
api
/
usergroups
/
{groupId}
Delete user group.
curl --request DELETE \
  --url https://{tenant}/api/usergroups/{groupId} \
  --header 'Authorization: Bearer <token>'
{
  "Message": "User group deleted",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Authorization
string
header
required

Path Parameters

groupId
string
required

Response

ID
string
Message
string
Meta
any
Status
string