Delete a group
DELETE/v1/organizations/:organizationCode/groups/:uuid
> [!important]
Required permission scope:
stonal.user.write
Deletes an existing group from the organization
Request
Responses
- 204
- 400
- 401
- 403
- 409
- 422
- 500
Group successfully deleted
Bad request
Unauthorized - Missing authentication
Forbidden - Access denied
Conflict - Resource conflict
Unprocessable Entity - Validation errors
Internal server error