---
title: "Leave a project"
method: DELETE
path: "/api/projects/{projectId}/members/leave"
tags: ["Member"]
---

# Leave a project

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

Leaves a project for current user

## Path parameters

- `projectId` string, uuid, required

## Response `200`

Confirmation that the user has left the project

- object — Confirmation that the user has left the project
  - `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)
