AI-generated Key Takeaways
-
This document outlines how to delete an existing advertiser group using a DELETE HTTP request.
-
The request requires two path parameters:
profileIdandid. -
The request body must be empty, and a successful response will also have an empty body.
-
Authorization for this action requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Deletes an existing advertiser group.
HTTP request
DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertiserGroups/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
id |
Advertiser group ID. |
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking