{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Cancel API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Cancel", "type": "folder" }, "items": [ { "info": { "name": "Datadog Cancel a Downtime", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/downtime/:downtime_id", "params": [ { "name": "downtime_id", "value": "00000000-0000-1234-0000-000000000000", "type": "path", "description": "ID of the downtime to cancel." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Cancel a downtime.\n\n**Note**: Downtimes canceled through the API are no longer active, but are retained for approximately two days before being permanently removed. The downtime may still appear in search results until it is permanently removed." }, { "info": { "name": "Datadog Cancel a Historical Job", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/siem-historical-detections/jobs/:job_id/cancel", "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": "Cancel a historical job." }, { "info": { "name": "Datadog Cancel a Workflow Instance", "type": "http" }, "http": { "method": "PUT", "url": "https://{subdomain}.{site}/api/v2/workflows/:workflow_id/instances/:instance_id/cancel", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "The ID of the workflow." }, { "name": "instance_id", "value": "", "type": "path", "description": "The ID of the workflow instance." } ] }, "docs": "Cancels a specific execution of a given workflow. This API requires an application key scoped with the workflows_run permission." } ] } ], "bundled": true }