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

# Disconnect Stripe Account

> Disconnect and delete the vendor's Stripe Connect account

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

## Overview

Disconnect and delete the vendor's Stripe Connect account. This removes the account from Stripe and clears the vendor's profile. Vendor scope required.

<Warning>
  Once disconnected, pending payouts that rely on the Stripe account will fail until a new Stripe Connect onboarding is completed.
</Warning>

## Response

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

## Example

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