AI-generated Key Takeaways
-
Deletes an existing placement strategy using a DELETE request to a specific endpoint.
-
Requires
profileId
andid
as path parameters for identifying the user and the placement strategy. -
The request body should be empty, and a successful deletion results in an empty response body.
-
Users need to have the
dfatrafficking
authorization scope to perform this action.
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