Skip to main content
DELETE
/
shipments
/
{bookedShipmentId}
Delete shipment
curl --request DELETE \
  --url https://api.quivo.co/shipments/{bookedShipmentId}
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://api-docs.quivo.co/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

bookedShipmentId
integer<int64>
required

The unique identifier for a booked shipment.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.