cURL
curl --request DELETE \ --url https://{tenant}/api/usergroups/{groupId} \ --header 'Authorization: Bearer <token>'
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
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?