Ad Groups

Delete an Ad Group

Deletes an ad group.

delete/ad_groups/{id}

Response

ad group deleted

deletedboolean required

Always true.

idstring required

ID of the deleted ad group.

Example response

{
  "deleted": true,
  "id": "adgrp_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.