Method: customers.customBiddingAlgorithms.delete
Delete this custom bidding algorithm. Note that this cannot be undone. Deleted custom bidding algorithms cannot be executed.
HTTP request
DELETE https://adsdatahub.googleapis.com/v1/{name=customers/*/customBiddingAlgorithms/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Full resource name of a custom bidding algorithm, e.g. 'customers/123/customBiddingAlgorithms/12345678.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of CustomBiddingAlgorithm
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Deletes a specified custom bidding algorithm, which is a permanent and irreversible action."],["Requires the `name` parameter in the request URL to identify the custom bidding algorithm to be deleted."],["Uses an HTTP DELETE request to `https://adsdatahub.googleapis.com/v1/{name=customers/*/customBiddingAlgorithms/*}`."],["Needs authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."],["Does not require a request body and returns a `CustomBiddingAlgorithm` object upon successful deletion."]]],["This document outlines how to delete a custom bidding algorithm via an HTTP DELETE request. The request targets a specific algorithm using its full resource name in the URL path, formatted as `customers/*/customBiddingAlgorithms/*`. The request body must be empty. A successful deletion returns an instance of `CustomBiddingAlgorithm`. The operation requires the authorization scope: `https://www.googleapis.com/auth/adsdatahub`. Note that deletion is irreversible, and deleted algorithms cannot be run.\n"]]