---
title: "DELETE /v1/orgs/{orgId}/members/{userId}"
method: DELETE
path: "/v1/orgs/{orgId}/members/{userId}"
tags: ["Orgs"]
---

# DELETE /v1/orgs/{orgId}/members/{userId}

`DELETE /v1/orgs/{orgId}/members/{userId}`

Removes a member from an organization. Cannot remove the last admin or the user's last org.

## Path parameters

- `orgId` string, uuid, required
- `userId` string, uuid, required

## Headers

- `Authorization` string

## Response `204`

Default Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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