cURL
curl --request DELETE \ --url https://{tenant}/api/usergroups/{groupId} \ --header 'Authorization: Bearer <token>'
{ "Message": "User group deleted", "Meta": null, "Status": "OK" }
Delete user group using the group ID.
The Tyk Dashboard API Access Credentials
ID of the group you want to delete.
OK
Was this page helpful?