Method: Auth0::Api::V2::Emails#delete_provider

Defined in:
lib/auth0/api/v2/emails.rb

#delete_providerjson

Deletes the configured email provider.

Returns:

  • (json)

    Returns the created email provider.

See Also:



34
35
36
# File 'lib/auth0/api/v2/emails.rb', line 34

def delete_provider
  delete(email_path)
end