AI-generated Key Takeaways
-
The method
DELETEis used to delete an existing placement strategy via an HTTP request to a specified URL containing the user profile ID and placement strategy ID. -
The request uses path parameters for
profileIdandidto identify the specific placement strategy to be deleted. -
The request body must be empty and a successful response will also have an empty JSON object.
-
Authorization requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Deletes an existing placement strategy.
HTTP request
DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/placementStrategies/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
id |
Placement strategy 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