Ad Campaigns

Delete an Ad Campaign

Deletes an ad campaign and archives it on the ad platform (cascades to ad groups and ads).

delete/ad_campaigns/{id}

Response

ad campaign deleted

deletedboolean required

Always true.

idstring required

ID of the deleted ad campaign.

Example response

{
  "deleted": true,
  "id": "adcamp_xxxxxxxxxxxxxx"
}

Changes

Changed in 2 of the 74 revisions of this API.13

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 60bbb4a6ffbc12See the full diff
    • ▲

      the response's body type changed from boolean to object for status

      response-body-type-changed

    • ○

      added the required property to the response with the status

      response-required-property-added

    • ○

      added the required property to the response with the status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 74 revisions, 1 has no diff computed.