Skip to main content
DELETE
/
api
/
groups
/
{id}
Delete group
curl --request DELETE \
  --url https://api.example.com/api/groups/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this group.

Response

204

Group deleted successfully