---
title: "Delete a member"
method: DELETE
path: "/api/projects/{projectId}/members/{memberId}"
tags: ["Member"]
---

# Delete a member

`DELETE /api/projects/{projectId}/members/{memberId}`

Remove a member from a project. The current user cannot remove themselves using this endpoint.

## Path parameters

- `memberId` string, uuid, required
- `projectId` string, uuid, required

## Response `200`

Confirmation that the member has been removed

- object — Confirmation that the member has been removed
  - `status` 'ok', required — Operation status

---

[API](https://skmtc.dev/gorules/apis/gorules-agent-api.md) · [All operations](https://skmtc.dev/gorules/apis/gorules-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gorules/gorules-agent-api/revisions/52c0773fcd80/schema)
