{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Delete API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Delete", "type": "folder" }, "items": [ { "info": { "name": "Datadog Delete an Existing Action Connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/actions/connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The ID of the action connection" } ] }, "docs": "Delete an existing Action Connection" }, { "info": { "name": "Datadog Delete Aws Scan Options", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/accounts/aws/:account_id", "params": [ { "name": "account_id", "value": "123456789012", "type": "path", "description": "The ID of an AWS account." } ] }, "docs": "Delete Agentless scan options for an AWS account." }, { "info": { "name": "Datadog Delete an Api Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/api_keys/:api_key_id", "params": [ { "name": "api_key_id", "value": "", "type": "path", "description": "The ID of the API key." } ] }, "docs": "Delete an API key." }, { "info": { "name": "Datadog Delete an Api", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/apicatalog/api/:id", "params": [ { "name": "id", "value": "abc-123-def", "type": "path", "description": "ID of the API to delete" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a specific API by ID." }, { "info": { "name": "Datadog Delete a Span-based Metric", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/apm/config/metrics/:metric_id", "params": [ { "name": "metric_id", "value": "", "type": "path", "description": "The name of the span-based metric." } ] }, "docs": "Delete a specific span-based metric from your organization." }, { "info": { "name": "Datadog Delete a Retention Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/apm/config/retention-filters/:filter_id", "params": [ { "name": "filter_id", "value": "", "type": "path", "description": "The ID of the retention filter." } ] }, "docs": "Delete a specific retention filter from your organization.\n\nDefault filters with types spans-errors-sampling-processor and spans-appsec-sampling-processor cannot be deleted." }, { "info": { "name": "Datadog Delete Multiple Apps", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/app-builder/apps", "body": { "type": "json", "data": "{}" } }, "docs": "Delete multiple apps in a single request from a list of app IDs." }, { "info": { "name": "Datadog Delete App", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/app-builder/apps/:app_id", "params": [ { "name": "app_id", "value": "65bb1f25-52e1-4510-9f8d-22d1516ed693", "type": "path", "description": "The ID of the app to delete." } ] }, "docs": "Delete a single app." }, { "info": { "name": "Datadog Delete an Application Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/application_keys/:app_key_id", "params": [ { "name": "app_key_id", "value": "", "type": "path", "description": "The ID of the application key." } ] }, "docs": "Delete an application key" }, { "info": { "name": "Datadog Delete an Authn Mapping", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/authn_mappings/:authn_mapping_id", "params": [ { "name": "authn_mapping_id", "value": "", "type": "path", "description": "The UUID of the AuthN Mapping." } ] }, "docs": "Delete an AuthN Mapping specified by AuthN Mapping UUID." }, { "info": { "name": "Datadog Delete a Single Entity", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/catalog/entity/:entity_id", "params": [ { "name": "entity_id", "value": "", "type": "path", "description": "UUID or Entity Ref." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a single entity in Software Catalog." }, { "info": { "name": "Datadog Delete a Custom Framework", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cloud_security_management/custom_frameworks/:handle/:version", "params": [ { "name": "handle", "value": "", "type": "path", "description": "The framework handle" }, { "name": "version", "value": "", "type": "path", "description": "The framework version" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a custom framework." }, { "info": { "name": "Datadog Delete Cloud Cost Management Aws Cur Config", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cost/aws_cur_config/:cloud_account_id", "params": [ { "name": "cloud_account_id", "value": "", "type": "path", "description": "Cloud Account id." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Archive a Cloud Cost Management Account." }, { "info": { "name": "Datadog Delete Cloud Cost Management Azure Config", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cost/azure_uc_config/:cloud_account_id", "params": [ { "name": "cloud_account_id", "value": "", "type": "path", "description": "Cloud Account id." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Archive a Cloud Cost Management Account." }, { "info": { "name": "Datadog Delete a Budget", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cost/budget/:budget_id", "params": [ { "name": "budget_id", "value": "", "type": "path", "description": "Budget id." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a budget." }, { "info": { "name": "Datadog Delete Custom Costs File", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/cost/custom_costs/:file_id", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "File ID." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete the specified Custom Costs file." }, { "info": { "name": "Datadog Delete an Application Key Owned by Current User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/current_user/application_keys/:app_key_id", "params": [ { "name": "app_key_id", "value": "", "type": "path", "description": "The ID of the application key." } ] }, "docs": "Delete an application key owned by current user" }, { "info": { "name": "Datadog Delete Items from a Dashboard List", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/dashboard/lists/manual/:dashboard_list_id/dashboards", "params": [ { "name": "dashboard_list_id", "value": "42", "type": "path", "description": "ID of the dashboard list to delete items from." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete dashboards from an existing dashboard list." }, { "info": { "name": "Datadog Delete an Incident Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/incidents/config/types/:incident_type_id", "params": [ { "name": "incident_type_id", "value": "", "type": "path", "description": "The UUID of the incident type." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete an incident type." }, { "info": { "name": "Datadog Delete an Existing Incident", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/incidents/:incident_id", "params": [ { "name": "incident_id", "value": "", "type": "path", "description": "The UUID of the incident." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Deletes an existing incident from the users organization." }, { "info": { "name": "Datadog Create, Update, and Delete Incident Attachments", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/incidents/:incident_id/attachments", "params": [ { "name": "incident_id", "value": "", "type": "path", "description": "The UUID of the incident." }, { "name": "include", "value": "", "type": "query", "description": "Specifies which types of related objects are included in the response." } ], "body": { "type": "json", "data": "{}" } }, "docs": "The bulk update endpoint for creating, updating, and deleting attachments for a given incident." }, { "info": { "name": "Datadog Delete an Incident Integration Metadata", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/incidents/:incident_id/relationships/integrations/:integration_metadata_id", "params": [ { "name": "incident_id", "value": "", "type": "path", "description": "The UUID of the incident." }, { "name": "integration_metadata_id", "value": "", "type": "path", "description": "The UUID of the incident integration metadata." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete an incident integration metadata." }, { "info": { "name": "Datadog Delete an Incident Todo", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/incidents/:incident_id/relationships/todos/:todo_id", "params": [ { "name": "incident_id", "value": "", "type": "path", "description": "The UUID of the incident." }, { "name": "todo_id", "value": "", "type": "path", "description": "The UUID of the incident todo." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete an incident todo." }, { "info": { "name": "Datadog Delete an Aws Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integration/aws/accounts/:aws_account_config_id", "params": [ { "name": "aws_account_config_id", "value": "", "type": "path", "description": "Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the\n[List all AWS integrations](https://docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID." } ] }, "docs": "Delete an AWS Account Integration Config by config ID." }, { "info": { "name": "Datadog Delete an Sts Enabled Gcp Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integration/gcp/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Your GCP STS enabled service account's unique ID." } ] }, "docs": "Delete an STS enabled GCP account from within Datadog." }, { "info": { "name": "Datadog Delete Tenant-based Handle", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/tenant-based-handles/:handle_id", "params": [ { "name": "handle_id", "value": "", "type": "path", "description": "Your tenant-based handle id." } ] }, "docs": "Delete a tenant-based handle from the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog Delete Workflows Webhook Handle", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integration/ms-teams/configuration/workflows-webhook-handles/:handle_id", "params": [ { "name": "handle_id", "value": "", "type": "path", "description": "Your Workflows webhook handle id." } ] }, "docs": "Delete a Workflows webhook handle from the Datadog Microsoft Teams integration." }, { "info": { "name": "Datadog Delete a Single Service Object", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integration/opsgenie/services/:integration_service_id", "params": [ { "name": "integration_service_id", "value": "", "type": "path", "description": "The UUID of the service." } ] }, "docs": "Delete a single service object in the Datadog Opsgenie integration." }, { "info": { "name": "Datadog Delete Cloudflare Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integrations/cloudflare/accounts/:account_id", "params": [ { "name": "account_id", "value": "abc-123-def", "type": "path", "description": "None" } ] }, "docs": "Delete a Cloudflare account." }, { "info": { "name": "Datadog Delete Confluent Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integrations/confluent-cloud/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Confluent Account ID." } ] }, "docs": "Delete a Confluent account with the provided account ID." }, { "info": { "name": "Datadog Delete Resource from Confluent Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integrations/confluent-cloud/accounts/:account_id/resources/:resource_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Confluent Account ID." }, { "name": "resource_id", "value": "", "type": "path", "description": "Confluent Account Resource ID." } ] }, "docs": "Delete a Confluent resource with the provided resource id for the account associated with the provided account ID." }, { "info": { "name": "Datadog Delete Fastly Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integrations/fastly/accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Fastly Account id." } ] }, "docs": "Delete a Fastly account." }, { "info": { "name": "Datadog Delete Fastly Service", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integrations/fastly/accounts/:account_id/services/:service_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Fastly Account id." }, { "name": "service_id", "value": "", "type": "path", "description": "Fastly Service ID." } ] }, "docs": "Delete a Fastly service for an account." }, { "info": { "name": "Datadog Delete Okta Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/integrations/okta/accounts/:account_id", "params": [ { "name": "account_id", "value": "abc-123-def", "type": "path", "description": "None" } ] }, "docs": "Delete an Okta account." }, { "info": { "name": "Datadog Delete an Archive", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/logs/config/archives/:archive_id", "params": [ { "name": "archive_id", "value": "", "type": "path", "description": "The ID of the archive." } ] }, "docs": "Delete a given archive from your organization." }, { "info": { "name": "Datadog Delete a Custom Destination", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/logs/config/custom-destinations/:custom_destination_id", "params": [ { "name": "custom_destination_id", "value": "", "type": "path", "description": "The ID of the custom destination." } ] }, "docs": "Delete a specific custom destination in your organization." }, { "info": { "name": "Datadog Delete a Log-based Metric", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/logs/config/metrics/:metric_id", "params": [ { "name": "metric_id", "value": "", "type": "path", "description": "The name of the log-based metric." } ] }, "docs": "Delete a specific log-based metric from your organization." }, { "info": { "name": "Datadog Delete a Restriction Query", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/logs/config/restriction_queries/:restriction_query_id", "params": [ { "name": "restriction_query_id", "value": "", "type": "path", "description": "The ID of the restriction query." } ] }, "docs": "Deletes a restriction query." }, { "info": { "name": "Datadog Delete Tags for Multiple Metrics", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/metrics/config/bulk-tags", "body": { "type": "json", "data": "{}" } }, "docs": "Delete all custom lists of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics.\nMetrics are selected by passing a metric name prefix.\nResults can be sent to a set of account email addresses, just like the same operation in the Datadog web app.\nCan only be used with application keys of users with the `Manage Tags for Metrics` permission." }, { "info": { "name": "Datadog Delete a Tag Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/metrics/:metric_name/tags", "params": [ { "name": "metric_name", "value": "dist.http.endpoint.request", "type": "path", "description": "The name of the metric." } ] }, "docs": "Deletes a metric's tag configuration. Can only be used with application\nkeys from users with the `Manage Tags for Metrics` permission." }, { "info": { "name": "Datadog Delete a Monitor Notification Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/monitor/notification_rule/:rule_id", "params": [ { "name": "rule_id", "value": "abc-123-def", "type": "path", "description": "ID of the monitor notification rule to delete." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Deletes a monitor notification rule by `rule_id`." }, { "info": { "name": "Datadog Delete a Monitor Configuration Policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/monitor/policy/:policy_id", "params": [ { "name": "policy_id", "value": "00000000-0000-1234-0000-000000000000", "type": "path", "description": "ID of the monitor configuration policy." } ] }, "docs": "Delete a monitor configuration policy." }, { "info": { "name": "Datadog Delete On-call Escalation Policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/on-call/escalation-policies/:policy_id", "params": [ { "name": "policy_id", "value": "a3000000-0000-0000-0000-000000000000", "type": "path", "description": "The ID of the escalation policy" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete an On-Call escalation policy" }, { "info": { "name": "Datadog Delete On-call Schedule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/on-call/schedules/:schedule_id", "params": [ { "name": "schedule_id", "value": "3653d3c6-0c75-11ea-ad28-fb5701eabc7d", "type": "path", "description": "The ID of the schedule" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete an On-Call schedule" }, { "info": { "name": "Datadog Delete a Powerpack", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/powerpacks/:powerpack_id", "params": [ { "name": "powerpack_id", "value": "abc-123-def", "type": "path", "description": "Powerpack id" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a powerpack." }, { "info": { "name": "Datadog Delete a Waf Custom Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/asm/waf/custom_rules/:custom_rule_id", "params": [ { "name": "custom_rule_id", "value": "3b5-v82-ns6", "type": "path", "description": "The ID of the custom rule." } ] }, "docs": "Delete a specific WAF custom rule." }, { "info": { "name": "Datadog Delete a Waf Exclusion Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/asm/waf/exclusion_filters/:exclusion_filter_id", "params": [ { "name": "exclusion_filter_id", "value": "3b5-v82-ns6", "type": "path", "description": "The identifier of the WAF exclusion filter." } ] }, "docs": "Delete a specific WAF exclusion filter using its identifier." }, { "info": { "name": "Datadog Delete a Workload Protection Agent Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/cws/agent_rules/:agent_rule_id", "params": [ { "name": "agent_rule_id", "value": "3b5-v82-ns6", "type": "path", "description": "The ID of the Agent rule" }, { "name": "policy_id", "value": "6517fcc1-cec7-4394-a655-8d6e9d085255", "type": "query", "description": "The ID of the Agent policy" } ] }, "docs": "Delete a specific Workload Protection agent rule.\n\n**Note**: This endpoint is not available for the Government (US1-FED) site. Please reference the (US1-FED) specific resource below." }, { "info": { "name": "Datadog Delete a Workload Protection Policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/cws/policy/:policy_id", "params": [ { "name": "policy_id", "value": "6517fcc1-cec7-4394-a655-8d6e9d085255", "type": "path", "description": "The ID of the Agent policy" } ] }, "docs": "Delete a specific Workload Protection policy.\n\n**Note**: This endpoint is not available for the Government (US1-FED) site. Please reference the (US1-FED) specific resource below." }, { "info": { "name": "Datadog Delete a Pipeline", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/obs_pipelines/pipelines/:pipeline_id", "params": [ { "name": "pipeline_id", "value": "abc-123-def", "type": "path", "description": "The ID of the pipeline to delete." } ] }, "docs": "Delete a pipeline." }, { "info": { "name": "Datadog Delete a Restriction Policy", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/restriction_policy/:resource_id", "params": [ { "name": "resource_id", "value": "dashboard:abc-def-ghi", "type": "path", "description": "Identifier, formatted as `type:id`. Supported types: `connection`, `dashboard`, `integration-account`, `integration-service`, `integration-webhook`, `notebook`, `reference-table`, `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`, `rum-application`." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Deletes the restriction policy associated with a specified resource." }, { "info": { "name": "Datadog Delete Role", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/roles/:role_id", "params": [ { "name": "role_id", "value": "", "type": "path", "description": "The unique identifier of the role." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Disables a role." }, { "info": { "name": "Datadog Delete a Rum Retention Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/rum/applications/:app_id/retention_filters/:rf_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "RUM application ID." }, { "name": "rf_id", "value": "", "type": "path", "description": "Retention filter ID." } ] }, "docs": "Delete a RUM retention filter for a RUM application." }, { "info": { "name": "Datadog Delete a Rum Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/rum/applications/:id", "params": [ { "name": "id", "value": "abc-123-def", "type": "path", "description": "RUM application ID." } ] }, "docs": "Delete an existing RUM application in your organization." }, { "info": { "name": "Datadog Delete a Rum-based Metric", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/rum/config/metrics/:metric_id", "params": [ { "name": "metric_id", "value": "", "type": "path", "description": "The name of the rum-based metric." } ] }, "docs": "Delete a specific rum-based metric from your organization." }, { "info": { "name": "Datadog Delete Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/scim/Groups/:group_id", "params": [ { "name": "group_id", "value": "abc-123-def", "type": "path", "description": "None" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete the group with the given `group_id`." }, { "info": { "name": "Datadog Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/scim/Users/:user_uuid", "params": [ { "name": "user_uuid", "value": "abc-123-def", "type": "path", "description": "None" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete the group with the given `user_uuid`." }, { "info": { "name": "Datadog Delete a Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/scorecard/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path", "description": "The ID of the rule." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Deletes a single rule." }, { "info": { "name": "Datadog Delete a Signal-based Notification Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/security/signals/notification_rules/:id", "params": [ { "name": "id", "value": "abc-123-def", "type": "path", "description": "ID of the notification rule." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a notification rule for security signals." }, { "info": { "name": "Datadog Delete a Vulnerability-based Notification Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/security/vulnerabilities/notification_rules/:id", "params": [ { "name": "id", "value": "abc-123-def", "type": "path", "description": "ID of the notification rule." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a notification rule for security vulnerabilities." }, { "info": { "name": "Datadog Delete a Workload Protection Agent Rule (us1-fed)", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/cloud_workload_security/agent_rules/:agent_rule_id", "params": [ { "name": "agent_rule_id", "value": "3b5-v82-ns6", "type": "path", "description": "The ID of the Agent rule" } ] }, "docs": "Delete a specific agent rule.\n\n**Note**: This endpoint should only be used for the Government (US1-FED) site." }, { "info": { "name": "Datadog Delete a Security Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/security_filters/:security_filter_id", "params": [ { "name": "security_filter_id", "value": "", "type": "path", "description": "The ID of the security filter." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a specific security filter." }, { "info": { "name": "Datadog Delete a Suppression Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/configuration/suppressions/:suppression_id", "params": [ { "name": "suppression_id", "value": "", "type": "path", "description": "The ID of the suppression rule" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a specific suppression rule." }, { "info": { "name": "Datadog Delete an Existing Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path", "description": "The ID of the rule." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete an existing rule. Default rules cannot be deleted." }, { "info": { "name": "Datadog Delete Scanning Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/sensitive-data-scanner/config/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The ID of a group of rules." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a given group." }, { "info": { "name": "Datadog Delete Scanning Rule", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/sensitive-data-scanner/config/rules/:rule_id", "params": [ { "name": "rule_id", "value": "", "type": "path", "description": "The ID of the rule." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a given rule." }, { "info": { "name": "Datadog Delete an Application Key for This Service Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/service_accounts/:service_account_id/application_keys/:app_key_id", "params": [ { "name": "service_account_id", "value": "", "type": "path", "description": "The ID of the service account." }, { "name": "app_key_id", "value": "", "type": "path", "description": "The ID of the application key." } ] }, "docs": "Delete an application key owned by this service account." }, { "info": { "name": "Datadog Delete a Single Service Definition", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/services/definitions/:service_name", "params": [ { "name": "service_name", "value": "", "type": "path", "description": "The name of the service." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete a single service definition in the Datadog Service Catalog." }, { "info": { "name": "Datadog Delete an Existing Incident Service", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/services/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "The ID of the incident service." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Deletes an existing incident service." }, { "info": { "name": "Datadog Delete an Existing Job", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/siem-historical-detections/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path", "description": "The ID of the job." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Delete an existing job." }, { "info": { "name": "Datadog Delete an Existing Incident Team", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/teams/:team_id", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "The ID of the incident team." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Deletes an existing incident team." }, { "info": { "name": "Datadog Delete an Existing Workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/workflows/:workflow_id", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "The ID of the workflow." } ] }, "docs": "Delete a workflow by ID. This API requires an application key scoped with the `workflows_write` permission." } ] } ], "bundled": true }