Delete Open Banking Account

The Delete Open Banking Account endpoint enables you to delete an account configuration for a given customer.

You can delete an account configuration by making a DELETE request to the Delete Open Banking Account endpoint, with the customer identifier and account identifier included. For example:

https://uat-api.thredd.com/api/v1/open-banking/customers/{customer_id}/accounts/{account_id}

If successful, a 200 response is returned confirming the deletion of the account.

{
  "message": "Account 'acc-123' deleted successfully."
}
📘

More Information

To view this endpoint in the API Explorer, see Delete Open Banking Account.