---
title: "Delete member"
method: DELETE
path: "/v1/people/{id}"
tags: ["People"]
---

# Delete member

`DELETE /v1/people/{id}`

Permanently removes a member from the organization. This action cannot be undone.

## Path parameters

- `id` string, required

## Query parameters

- `skipOffboarding` string, required

## Response `200`

Member deleted successfully

- object
  - `success` boolean — Indicates successful deletion
  - `deletedMember` object
    - `id` string — The deleted member ID
    - `name` string — The deleted member name
    - `email` string — The deleted member email
  - `authType` 'api-key' | 'session' — How the request was authenticated

## Other responses

- `401` — Unauthorized - Invalid authentication or insufficient permissions
- `404` — Organization or member not found
- `500` — Internal server error

## Changes

> 56 revisions in range; 4 could not be searched.

- **2026-06-05** `33c685841b7a` — 1 breaking
  - added the new required `query` request parameter `skipOffboarding`
- **2026-06-05** `7ca7c363a732` — 1 warning
  - deleted the `query` request parameter `skipOffboarding`
- **2026-06-05** `d0f58f24175b` — 1 breaking
  - added the new required `query` request parameter `skipOffboarding`
- **2026-06-04** `d7d0199d846f` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API
- **2026-05-29** `5382c53ab431` — 1 info
  - the endpoint scheme security `oauth2` was added to the API

[Change history](https://skmtc.dev/trycompai/apis/comp-ai-api/changes/v1/people/:id/delete.md)

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
