Skip to main content
DELETE
/
api
/
v1
/
google-ads
/
ad-groups
/
{ad_group_id}
Delete Ad Group
curl --request DELETE \
  --url http://localhost:8000/api/v1/google-ads/ad-groups/{ad_group_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "ad_group_id": 123,
  "resource_name": "<string>",
  "error_code": "<string>",
  "error_message": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

ad_group_id
integer
required

Query Parameters

customer_id
integer
required
token_id
integer | null

Optional specific Token ID

Response

Successful Response

Result of an ad group mutation operation.

success
boolean
required
ad_group_id
integer | null
resource_name
string | null
error_code
string | null
error_message
string | null