class Stytch::Users

def delete_oauth_user_registration(

def delete_oauth_user_registration(
  oauth_user_registration_id:
)
  delete_request("#{PATH}/oauth/#{oauth_user_registration_id}")
end