DELETE api/v1/Shipments/{shipmentId}

Deletes (or Cancel) the Shipment identified by id.

Request Information

Parameters

NameDescriptionAdditional information
shipmentId

Define this parameter in the request URI.

Response Information

ShipmentsDTO

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>