> ## 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.

# Delete Shipping Dimension

> Delete a shipping dimension preset

<Note>
  **V2 Preview** — This endpoint is part of the V2 API preview. Breaking changes may occur.
</Note>

## 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

<ParamField path="shippingDimensionsId" type="string" required>
  The ID of the shipping dimension preset to delete.
</ParamField>

## Response

```json 200 theme={null}
{
  "success": true
}
```

## Example

```bash theme={null}
curl -X DELETE "https://staging-api.puppetvendors.com/shipping/dimensions/665a1b2e3d98f0001a2b3c52" \
  -H "x-access-token: YOUR_VENDOR_TOKEN"
```
