Sha256: 18b1d0b6d175382cbfac72f4e2070ec0f62e08140369a5f17eeca7fc457a6103

Contents?: true

Size: 386 Bytes

Versions: 1

Compression:

Stored size: 386 Bytes

Contents

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::AuthNMappingsAPI.new
authn_mapping_id = "authn_mapping_id_example" # String | The UUID of the AuthN Mapping.

begin
  # Delete an AuthN Mapping
  api_instance.delete_auth_n_mapping(authn_mapping_id)
rescue DatadogAPIClient::V2::APIError => e
  puts "Error when calling AuthNMappingsAPI->delete_auth_n_mapping: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 examples/generated/v2/authn-mappings/DeleteAuthNMapping.rb