Organizations
Remove Member from Organization
Removes a user from an organization by removing them from all teams in that organization. Requires Org Admin privileges.
delete/v1/orgs/{orgID}/members/{userID}
Path parameters
orgIDstring uuid required
The ID of the organization.
userIDstring uuid required
The ID of the user to remove from the organization.
Response
User successfully removed from the organization