[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]