Method: networks.vehicles.delete
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
DELETE https://middlemileoptimization.googleapis.com/v1/{name=networks/*/vehicles/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the vehicle to delete. Format: "networks/{network}/vehicles/{vehicle}"
|
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
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 2025-01-14 UTC.
[[["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 2025-01-14 UTC."],[[["This endpoint permanently deletes a specified vehicle from a network."],["The request must target the vehicle using its full resource name in the URL."],["No request body is required; simply send a DELETE request to the designated URL."],["A successful deletion results in an empty response body, confirming the action."]]],["This document details how to delete a vehicle using an HTTP DELETE request. The request URL follows gRPC Transcoding syntax, requiring the vehicle's full name in the path, formatted as \"networks/{network}/vehicles/{vehicle}\". The request body must be empty. A successful deletion is indicated by an empty JSON object in the response body. The 'name' parameter is a required string specifying the vehicle to delete.\n"]]