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 API endpoint, `projects.transferConfigs.delete`, is used to delete a data transfer configuration, including its associated runs and logs."],["The HTTP request uses the `DELETE` method and requires a URL that includes the resource `name` in the format `projects/*/transferConfigs/*`."],["The `name` path parameter is a required string that specifies the configuration to delete and requires `bigquery.transfers.update` IAM permission."],["The request body must be empty for this operation, and a successful deletion will result in an empty JSON object in the response body."],["Authorization for this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]