Remove Workspace Member
DELETE/api/hive/v1/workspaces/:id/members/
Removes a user from the workspace. Users can remove themselves, but only owners can remove other users. This cascades to remove role assignments and group memberships. Cannot remove the last owner from a workspace.
Request
Responses
- 204
- 400
- 403
- 404
- 405
Member removed successfully
Cannot remove the last owner
Insufficient permissions
Workspace or user not found
Method not allowed - user_id required in path