---
title: "Delete a team member"
method: DELETE
path: "/v3/team-members/{id}"
tags: ["TeamMembers"]
---

# Delete a team member

`DELETE /v3/team-members/{id}`

Permanently deletes a team member. It cannot be undone.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

## Changes

- **2026-09-20** `8239925e4eb7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/changes/v3/team-members/:id/delete.md)

---

[API](https://skmtc.dev/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/revisions/8239925e4eb7?raw)
