Sha256: 930d6509ccdb0ec56936af1bc9b5cc99503e94fb3b0227f0f3f08c6e8076d412
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::DashboardListsAPI.new list_id = 789 # Integer | ID of the dashboard list to delete. begin # Delete a dashboard list result = api_instance.delete_dashboard_list(list_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling DashboardListsAPI->delete_dashboard_list: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/dashboard-lists/DeleteDashboardList.rb |