---
title: "account/client-accounts/delete"
method: POST
path: "/account/client-accounts/delete"
tags: ["Client Account Management Endpoints"]
---

# account/client-accounts/delete

`POST /account/client-accounts/delete`

This endpoint will delete an active client account.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `ClientAccountID` integer — The ID of the client account that was just deleted.
  - `IsActive` boolean — Confirmation that the client account is no longer active
  - `DateDeleted` string, date

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
