RocketKOR

Remove a Customer

Delete a Customer Account. All Financial Accounts linked to the Customer will be deleted as well.

Important  Deleted Customer Accounts cannot be retrieved. Instead of deleting an account, you can temporarily suspend the account.

Endpoint

DELETE /v1/customers/{customerId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

customerId

string (UUID)

Customer ID.

Request Body

None

Returns

If successful, returns 204 Customer has been deleted.

SAMPLE RESPONSE

				
					{
  204 Customer has been deleted.
}