Remove user member from organization
Remove a user's membership from the specified organization.
DELETE
/api/organizations/{id}/users/{userId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/organizations/{id}/users/{userId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"