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
Disconnect and delete the vendor’s Stripe Connect account. This removes the account from Stripe and clears the vendor’s profile. Vendor scope required.
Once disconnected, pending payouts that rely on the Stripe account will fail until a new Stripe Connect onboarding is completed.
Response
{ "success": true, "data": { "deleted": true } }
Example
curl -X DELETE "https://staging-api.puppetvendors.com/integrations/stripe" \
-H "x-access-token: YOUR_VENDOR_JWT"