AI-generated Key Takeaways
-
Permanently deletes an existing advertiser group within a specified user profile using a DELETE request.
-
Requires
profileId
and advertiser groupid
as path parameters in the request URL. -
The request body should be empty, and a successful deletion results in an empty response body.
-
Authorization is necessary using the
dfatrafficking
OAuth 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