Method: networks.shipments.delete

  • Permanently deletes a specified shipment within a network using the provided URL.

  • Requires a DELETE request with the shipment's network and ID included in the URL path.

  • The request body should be empty, and a successful deletion results in an empty response body.

Deletes a Shipment.

HTTP request

DELETE https://middlemileoptimization.googleapis.com/v1/{name=networks/*/shipments/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the shipment to delete. Format: "networks/{network}/shipments/{shipment}"

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.