Sha256: 05a0962ca06f71ce40db6c4e53a078e3634613827bb85fa432d5e9f39b313562
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::SyntheticsAPI.new location_id = "location_id_example" # String | The ID of the private location. begin # Delete a private location api_instance.delete_private_location(location_id) rescue DatadogAPIClient::V1::APIError => e puts "Error when calling SyntheticsAPI->delete_private_location: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/synthetics/DeletePrivateLocation.rb |