Method: networks.lines.rotations.delete

  • Deletes an existing Line Rotation specified by its network, line, and rotation identifiers.

  • Uses an HTTP DELETE request with the resource name in the URL.

  • Requires an empty request body.

  • Returns an empty response body upon successful deletion.

Deletes a LineRotation.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the line rotation to delete. Format: "networks/{network}/lines/{line}/rotations/{rotation}"

Request body

The request body must be empty.

Response body

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