Remove user from an organization
DELETE/v1/organizations/:organizationId/users
Remove user from an organization
Request
Path Parameters
organizationId stringrequired
userId stringrequired
Responses
- 200
- 400
- 404
Role successfully removed from user for organization
Bad Request
User or Organization not found
Loading...