Delete ad account
DELETE/ad-publishing/google/ad-accounts/:adAccountId
Remove a Google Ads account connection from a location
Request
Version stringrequired
API Version
Available options
v3adAccountId stringrequired
Ad account identifier
- application/json
- Body
- Example (auto)
Bodyrequired
locationIdstringrequired
Location identifier
{
"locationId": "HChooFuiyPpVYzeJ4HMe"
}
Acknowledgement that the ad account was disconnected
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
True when the operation succeeded
{
"success": true
}