Groups
Delete a group by the specified ID.
Deletes a group by identifier.
This operation can fail for the following reasons:
- A server error occurred (HTTP error 500)
- The group does not exist (HTTP error 404)
delete/groups/{groupId}
Response
Empty content indicates a successful deletion.