Sha256: 618d1d357c0db4df7047fd556bd84e83a63a76df987bb6dc0ba631fb01dca511
Contents?: true
Size: 457 Bytes
Versions: 1
Compression:
Stored size: 457 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::WebhooksIntegrationAPI.new custom_variable_name = "custom_variable_name_example" # String | The name of the custom variable. begin # Delete a custom variable api_instance.delete_webhooks_integration_custom_variable(custom_variable_name) rescue DatadogAPIClient::V1::APIError => e puts "Error when calling WebhooksIntegrationAPI->delete_webhooks_integration_custom_variable: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/webhooks-integration/DeleteWebhooksIntegrationCustomVariable.rb |