External Accounts
Delete external account
Deletes the specified external account.
delete/payments/v2/external-accounts/{id}
Path parameters
idstring required
Atlar resource ID or External ID. Prefix External IDs with external:.
Response
No content.
Example response
{
"status": 400,
"message": "There is some problem with the data you submitted.",
"details": [
{
"code": "invalid_value",
"error": "Must be one of [direct_debits mandates payments]",
"field": "filter.0.resource"
}
]
}