DELETE
/
shipment
/
:id
Delete shipment
curl --request DELETE \
  --url http://localhost:8080/shipment/:id \
  --header 'x-api-key: <api-key>'
{
  "message": "Shipment deleted successfully"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Shipment ID

Response

Successfully deleted shipment

The response is of type object.