v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Client Account Management Endpoints

account/client-accounts/delete

This endpoint will delete an active client account.

post/account/client-accounts/delete

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

ClientAccountIDinteger

The ID of the client account that was just deleted.

IsActiveboolean

Confirmation that the client account is no longer active

DateDeletedstring date

Example response

{
  "DateDeleted": "2021-11-03 01:00:00"
}