Required. The name of the resource to delete. If you are using the regionless method, the location must be US and the name should be in the following form:
projects/{projectId}/transferConfigs/{configId}
If you are using the regionalized method, the name should be in the following form:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-16 UTC."],[[["This webpage documents how to delete a data transfer configuration using the `projects.locations.transferConfigs.delete` method."],["The method uses a DELETE HTTP request to a specific URL that includes the configuration's `name` as a path parameter."],["Deleting a transfer configuration will also delete any associated transfer runs and logs, and the request body must be empty."],["Successful deletion results in an empty JSON object response, and proper authorization using an OAuth scope is required."],["Authorization for this operation requires the `bigquery.transfers.update` IAM permission on the specified resource name."]]],[]]