Sha256: b9c85efc7f68d6d342a790d976933b65d7ba0ca2ed3fca5abb9c0f9d99466ed4
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::WebhooksIntegrationAPI.new webhook_name = "webhook_name_example" # String | The name of the webhook. begin # Delete a webhook api_instance.delete_webhooks_integration(webhook_name) rescue DatadogAPIClient::V1::APIError => e puts "Error when calling WebhooksIntegrationAPI->delete_webhooks_integration: #{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/DeleteWebhooksIntegration.rb |