1. Home
  2. Docs
  3. Data Subscriber API Documentation
  4. Endpoints – Banking
  5. DELETE /accounts/:id

DELETE /accounts/:id

Removes the selected Account.

Headers

Name Value
Content-Type application/json
Authorization Bearer {token}

Request

Empty body

Response

 

Name Value
accountId Int. The ID of the account that was deleted.

Status Code

 

Code Comment
202 Request OK, account deleted.
401 User not authorized.

How can we help?