Sha256: 5e9ae0e4a0cfb8d621be1d6dd238cd4d92a5c40403d329d2a4141e69402ec60b
Contents?: true
Size: 271 Bytes
Versions: 40
Compression:
Stored size: 271 Bytes
Contents
# Delete a webhook returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::WebhooksIntegrationAPI.new # there is a valid "webhook" in the system WEBHOOK_NAME = ENV["WEBHOOK_NAME"] p api_instance.delete_webhooks_integration(WEBHOOK_NAME)
Version data entries
40 entries across 40 versions & 1 rubygems