Skip to content

Delete a specific group

DELETE
/groups/{id}
curl --request DELETE \
--url http://localhost:8000/api/v1/groups/1 \
--header 'Authorization: Bearer <token>'
id
required
integer

ID of the group

Group deleted successfully

Group not found

Internal server error