Skip to main content
DELETE
/
orgs
/
{orgId}
/
shipments
/
{shipmentId}
Deletes a shipment
curl --request DELETE \
  --url https://api.zippendo.com/orgs/{orgId}/shipments/{shipmentId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT access token or API token (prefixed with zipp_)

Path Parameters

orgId
string
required

Organization ID

shipmentId
string
required

Shipment ID

Response

Default Response

message
string
required