Delete Google Ads campaign brief

<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>

Deletes a saved campaign brief.

This removes saved input only. A campaign you already created from the brief keeps running, and deleting the brief does not change it.

Anyone with access to the app can delete any of its briefs, not only the person who created it.

<Note>This endpoint accepts a personal API key. Workspace API keys are not authorized for it and are rejected with a 403.</Note>

<Warning>The response includes fields beyond the ones documented here. Don't rely on undocumented response fields, as they can change at any time.</Warning>

delete/api/apps/{app_id}/google-ads/campaign-briefs/{brief_id}

Path parameters

app_idstring required

ID of the app whose Google Ads campaigns to manage.

ID of the app whose Google Ads campaigns to manage.

brief_idstring required

ID of the brief, as returned in id by List campaign briefs.

ID of the brief, as returned in id by List campaign briefs.

Response

Successful Response

statusstring required

The action that was applied: paused, resumed, or deleted.

Example response

{
  "status": "paused"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.