Skip to main content
DELETE
/
shipping
/
dimensions
/
{shippingDimensionsId}
Delete Shipping Dimension
curl --request DELETE \
  --url https://staging-api.puppetvendors.com/shipping/dimensions/{shippingDimensionsId} \
  --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

Delete a shipping dimension preset. This action is permanent and cannot be undone.

Use Cases

  • Remove outdated packaging presets
  • Clean up product-specific dimensions after discontinuing a product

Path Parameters

shippingDimensionsId
string
required
The ID of the shipping dimension preset to delete.

Response

200
{
  "success": true
}

Example

curl -X DELETE "https://staging-api.puppetvendors.com/shipping/dimensions/665a1b2e3d98f0001a2b3c52" \
  -H "x-access-token: YOUR_VENDOR_TOKEN"