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
Changes
Changed in 1 of the 18 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○