Submit a bulk domain delete requestCopy Pagepost https://{hostname}/config-gtm/v1/domains/delete-requestsSubmits an asynchronous request to delete one or more GTM domains. Poll the returned requestId using the status endpoint to track progress.Query ParamsbypassSafetyChecksbooleanDefaults to falseWhen true, forces deletion to proceed even if safety checks detect potential issues. Defaults to false.falsetruefalseaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsA request to asynchronously delete one or more GTM domains.commentstring | nullAn optional comment describing the reason for deletion.domainsarray of stringsrequiredlength ≥ 1The list of domain names to delete.domains* stringADD stringResponse 202The delete request was accepted and is being processed.Updated about 2 months ago