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

> Remove the vendor's ShipStation API credentials

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

## Overview

Remove the vendor's ShipStation API credentials. Vendor scope required.

## Response

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

## Example

```bash theme={null}
curl -X DELETE "https://staging-api.puppetvendors.com/integrations/shipstation" \
  -H "x-access-token: YOUR_VENDOR_JWT"
```
