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

The Tyk Dashboard API Access Credentials

Path Parameters

groupId
string
required

ID of the group you want to delete.

Response

OK

ID
string
Message
string
Meta
any
Status
string