delete /groups/{id}
Deletes a group.
Deletes the group specified by the id
parameter.
Path parameters
- id (required)
- The ID of the group to delete.
Responses
- 204
- Success. The group has been deleted.
- 400
- The ID of the request is malformed.
- 403
- The user is not authorized to delete a group.
- 404
- The specified group was not found.