---
title: "Deletes a firm staff member"
method: DELETE
path: "/staff/{id}"
tags: ["Staff"]
---

# Deletes a firm staff member

`DELETE /staff/{id}`

Sets the staff member from the firm associated with the authenticated client as a former staff member.

The staff member is set as a former staff member and if they are a user, becomes a former user. User access is also disabled.

## Path parameters

- `id` string, required

## Response `202`

When request is accepted. Returns a hypermedia 'Link' object of the staff member to be deleted.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `404` — When staff member does not exist.

---

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