cURL
curl --request DELETE \ --url https://api.example.com/api/groups/{id} \ --header 'Authorization: Bearer <token>'
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this group.
Group deleted successfully