Skip to main content
DELETE
/
v1
/
beneficiaries
/
{id}
/
accounts
/
{accountId}
Delete a payout account from a beneficiary
curl --request DELETE \
  --url https://api.example.com/v1/beneficiaries/{id}/accounts/{accountId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Path Parameters

id
string<uuid>
required

Unique identifier for the beneficiary

Example:

"123e4567-e89b-12d3-a456-426614174000"

accountId
string<uuid>
required

Unique identifier for the payout account

Example:

"123e4567-e89b-12d3-a456-426614174001"

Response

Account deleted