---
title: "Delete firm user mapping"
method: DELETE
path: "/firmusers/{id}"
tags: ["Firm"]
---

# Delete firm user mapping

`DELETE /firmusers/{id}`

Removes the user from the firm associated with the authenticated client.

The staff member is set as a former staff member and a former user. User access is also disabled.

## Path parameters

- `id` string, required

## Response `200`

OK

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

## Other responses

- `202` — When request is accepted. Returns a hypermedia 'Link' object of the user to be deleted.
- `404` — When 'FirmUser' object 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)
