---
title: "Remove Staff Account"
method: POST
path: "/staff/delete"
---

# Remove Staff Account

`POST /staff/delete`

Deactivates an existing account of staff user.

## Request body

- object
  - `username` string — Username of the account to deactivate.
  - `email` string — Email ID of the account to deactivate.
  - `mobile` string — Mobile number of the staff.
  - `refId` integer — Reference ID of the staff.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
