Method: placementStrategies.delete

  • The method DELETE is 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 profileId and id to 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/dfatrafficking OAuth 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

string (int64 format)

User profile ID associated with this request.

id

string (int64 format)

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