{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Enabled API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Enabled", "type": "folder" }, "items": [ { "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." } ] } ], "bundled": true }