Sha256: 08634e4369a238fc712a0b0d52ba894d0a7974d71cf914a34435d882e6200d08
Contents?: true
Size: 359 Bytes
Versions: 38
Compression:
Stored size: 359 Bytes
Contents
# Delete a custom variable returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::WebhooksIntegrationAPI.new # there is a valid "webhook_custom_variable" in the system WEBHOOK_CUSTOM_VARIABLE_NAME = ENV["WEBHOOK_CUSTOM_VARIABLE_NAME"] p api_instance.delete_webhooks_integration_custom_variable(WEBHOOK_CUSTOM_VARIABLE_NAME)
Version data entries
38 entries across 38 versions & 1 rubygems