Remove a user from a workspace.
A workspace must have at least one manager
Path Parameters
- organization_id integer required
ID of the workspace
- permission_id integer required
ID of the permission to remove
Responses
- 200
- 401
- 403
- 404
- 409
- 500
OK
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required organization role "ADMIN"
No workspace or permission was found that corresponds to the ID sent
User cannot be removed
Something is wrong with the API.
Loading...