---
title: "Remove user from organization"
method: DELETE
path: "/organizations/{organizationId}/users/{userId}"
tags: ["Organization"]
---

# Remove user from organization

`DELETE /organizations/{organizationId}/users/{userId}`

Removes a user from your organization. Only the organization creator can remove other members, or users can remove themselves.

## Path parameters

- `organizationId` string, required
- `userId` string, required

## Response `204`

User removed from organization successfully

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - User doesn't have permission to remove this member or user doesn't exist in organization
- `404` — Organization not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/revisions/3ae813325ad6/schema)
