Method: advertisers.locationLists.delete

  • The DELETE method is used to remove a location list associated with a specific advertiser.

  • Both the advertiserId and locationListId are required path parameters for the request.

  • The request body for this operation must be empty.

  • A successful response will also have an empty body.

  • The https://www.googleapis.com/auth/display-video OAuth scope is necessary for authorization.

HTTP request

DELETE https://displayvideo.googleapis.com/v1beta2/advertisers/{advertiserId}/locationLists/{locationListId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
advertiserId

string (int64 format)

Required. The ID of the DV360 advertiser to which the location list belongs.

locationListId

string (int64 format)

Required. The ID of the location list to delete.

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/display-video

For more information, see the OAuth 2.0 Overview.