DELETE
/
externalAccounts
/
{id}
Delete an external bank account
curl --request DELETE \
  --url https://api.paygentic.io/v0/externalAccounts/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

External bank account ID

Response

External bank account deleted successfully