---
title: "Delete a Project Invite"
method: DELETE
path: "/v1/projects/{project_id}/invites/{email}"
tags: ["invites"]
---

# Delete a Project Invite

`DELETE /v1/projects/{project_id}/invites/{email}`

Deletes an invite for a specific project

## Path parameters

- `project_id` string, required
- `email` string, required

## Headers

- `Authorization` string, required

## Response `200`

The invite was successfully deleted

- DeleteProjectInviteV1Response
  - `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/revisions/76f89c68dacf/schema)
