groups:delete| Parameter | Type | Description |
|---|---|---|
id | integer | Required. The group ID to delete |
message: "Group deleted successfully". The data field is null.| Status | Code | Description |
|---|---|---|
| 404 | NOT_FOUND | Group not found |
| 500 | INTERNAL_ERROR | Failed to delete group |
curl --location --request DELETE '/groups/1' \
--header 'Authorization: Bearer <token>'{}