JavaScript
Ad Campaigns
Delete an Ad Campaign
Deletes an ad campaign and archives it on the ad platform (cascades to ad groups and ads). Returns true on success.
DELETE
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
Example:
"2026-07-18"
Path Parameters
The ad campaign ID.
Response
ad campaign deleted
The response is of type boolean.

