---
title: "Remove organization member"
method: DELETE
path: "/v1/organizations/{organizationId}/members/{permissionId}"
tags: ["Organization"]
---

# Remove organization member

`DELETE /v1/organizations/{organizationId}/members/{permissionId}`

Removes a user's membership/permission from an organization (soft delete). The user will lose access to the organization and its resources. Requires admin access in the organization. Cannot remove the last admin of an organization - at least one admin must remain.

## Path parameters

- `organizationId` string, required
- `permissionId` string, required

## Response `200`

Member/Permission removed successfully

## Other responses

- `400` — Bad request (e.g., permission not found, cannot remove last admin)
- `401` — Not authorized
- `403` — Invalid permission (e.g., not admin)

---

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