DELETE
/
payments
/
payout_accounts
/
{payout_account_id}
curl --request DELETE \
  --url https://sandbox-api.violet.io/v1/payments/payout_accounts/{payout_account_id}
"<any>"

This API will delete the Prism Pay Account and its associated Stripe Express account. This is only possible if the account has no transactions, payouts, or pending balance, and has not been used to process any orders or payments.

Learn more here.

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Path Parameters

payout_account_id
integer
required

Response

default - application/json
default response

The response is of type any.