Delete a user group
DELETE
/v1/users/group/{uuid}Path parameters
- Unique identifier of the user group.
Responses
curl -X DELETE https://your-url.com/kong/core/api/gateway/v1/users/group/{uuid}\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"