Skip to main content
DELETE
/
integrations
/
paypal
Delete PayPal Configuration
curl --request DELETE \
  --url https://staging-api.puppetvendors.com/integrations/paypal \
  --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

Remove the vendor’s PayPal email used for payouts. Vendor scope required.

Response

200
{ "success": true, "data": { "deleted": true } }

Example

curl -X DELETE "https://staging-api.puppetvendors.com/integrations/paypal" \
  -H "x-access-token: YOUR_VENDOR_JWT"