Skip to main content
DELETE
/
integrations
/
shippo
Delete Shippo Configuration
curl --request DELETE \
  --url https://staging-api.puppetvendors.com/integrations/shippo \
  --header 'x-access-token: <api-key>'

Documentation Index

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

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

V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Remove the vendor’s Shippo API key. Vendor scope required. After deletion, realtime rate calculation falls back to whatever other carrier integration (ShipStation) is configured, or to manual shipping rates.

Response

200
{ "success": true, "data": { "deleted": true } }

Example

curl -X DELETE "https://staging-api.puppetvendors.com/integrations/shippo" \
  -H "x-access-token: YOUR_VENDOR_JWT"