Delete group (Work-in-Progress)
DELETE/groups/:groupId
Deletes the group with the given ID.
This API is in a Work-in-Progress state and will undergo potential breaking changes until its release with an upcoming minor release.
Request
Responses
- 204
- 401
- 404
- 500
The group was deleted successfully.
The request lacks valid authentication credentials.
The group with the provided ID was not found.
An internal error occurred while processing the request.