Users
Remove organization user
Remove a user from an organization. Requires org admin. Also cancels any pending invitations for the user's email in this organization.
delete/internal/v1/orgs/{org_id}/users/{org_user_id}
Path parameters
org_idinteger required
Organization ID.
org_user_idinteger required
Organization user ID.
Response
User removed from organization. Returns an empty object.
EmptyResponse required
Empty JSON object {}. Returned by operations that have no resource to return on success.