Method: customers.customBiddingAlgorithms.delete
Borre este algoritmo de ofertas personalizadas. Tenga en cuenta que esta acción no se puede deshacer. No se pueden ejecutar los algoritmos de ofertas personalizadas que se borraron.
Solicitud HTTP
DELETE https://adsdatahub.googleapis.com/v1/{name=customers/*/customBiddingAlgorithms/*}
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
name |
string
Obligatorio. Nombre completo del recurso de un algoritmo de ofertas personalizadas, p.ej., 'customers/123/customBiddingAlgorithms/12345678.
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de CustomBiddingAlgorithm
.
Permisos de autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/adsdatahub
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2022-09-26 (UTC)
[null,null,["Última actualización: 2022-09-26 (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"]]