Delete Organization Member
Offboard a member from your organization. The member is removed from the organization in the identity provider so they can no longer access it, all API keys they created in the organization are invalidated, and they are removed from all of the organization’s groups. The member keeps their account and any other organization memberships; if they sign in with no memberships left, a fresh default organization is created for them. Requires an API key with write manage permissions. The endpoint is idempotent: calling it for a user who is not (or no longer) a member returns 200, so it is safe to retry after a partial failure.
- The member is removed from your organization in the identity provider, so they can no longer access it.
- All API keys created by the member in your organization are invalidated.
- The member is removed from all of your organization’s groups.
user_id for the member you want to offboard.
200, so it is safe to retry until it succeeds — for example after a 502 from the identity provider.