Skip to main content
POST
/
integrations
/
{id}
/
shipments
/
delete
curl --request POST \
  --url https://panel.sendcloud.sc/api/v2/integrations/{id}/shipments/delete \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "shipment_uuid": "39874b59-2a68-4a3d-8e00-aeb9e0540d00"
}
'

Documentation Index

Fetch the complete documentation index at: https://sendcloud.dev/llms.txt

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

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Path Parameters

id
integer
required

The id of the integration to which the shipments belong

Body

application/json

You must provide either a shipment_uuid or the combination of external_order_id and external_shipment_id to this endpoint.

shipment_uuid
string<uuid>
required

Autogenerated Sendcloud's internal ID

Response

No Content