Remove a member
DELETE/v1/org/members/:userId
Removes one member from the calling organization and ends their active sessions for it. Sessions in other organizations the person belongs to are unaffected. The last remaining administrator cannot be removed. Requires the users:write scope.
Request
Responses
- 204
- 401
- 403
- 404
- 409
The member was removed.
Missing or invalid access token.
The token does not carry the users:write scope.
No such member in the calling organization.
The removal would leave the organization without an administrator.