---
title: "Delete a person"
method: DELETE
path: "/v2/people/{person_id}"
tags: ["People"]
---

# Delete a person

`DELETE /v2/people/{person_id}`

Removes a member or invited user from the workspace. API keys owned by the removed user are cascade revoked. The response body is empty when the delete succeeds.

## Path parameters

- `person_id` string, required

## Response `200`

OK

- DeletePersonResponse

---

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