---
title: "Leave a Project"
method: DELETE
path: "/v1/projects/{project_id}/leave"
tags: ["projects"]
---

# Leave a Project

`DELETE /v1/projects/{project_id}/leave`

Removes the authenticated account from the specific project

## Path parameters

- `project_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successfully removed account from project

- LeaveProjectV1Response
  - `message` string — confirmation message

## Other responses

- `400` — Invalid Request

---

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