Close Account
This closes a customer's account
Overview
The close account endpoint is used to delete a user account from the system. This endpoint will permanently remove all personal information and associated data with the user's account.
Authorization
This endpoint requires a valid user authentication token and customer's account number to be passed in the query params.
Expected Response
If the account was successfully closed, a HTTP status code of 200 (OK) will be returned along with a success message in the response body.
You can check out API reference to Close Account.
Updated almost 2 years ago