Method: advertisers.delete

  • This operation permanently deletes an advertiser and all its associated resources like campaigns, insertion orders, and line items.

  • The request requires the advertiser ID and an empty request body, sent as a DELETE request to the specified endpoint.

  • Successful deletion results in an empty response body, indicating the advertiser and its resources have been removed.

  • Authorization for this action necessitates the https://www.googleapis.com/auth/display-video OAuth scope.

Deletes an advertiser. Deleting an advertiser will delete all of its child resources, for example, campaigns, insertion orders and line items. A deleted advertiser cannot be recovered.

HTTP request

DELETE https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
advertiserId

string (int64 format)

The ID of the advertiser we need to delete.

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/display-video

For more information, see the OAuth 2.0 Overview.