---
title: "DELETE /projects/{projectSlug}/invites/{inviteId}"
method: DELETE
path: "/projects/{projectSlug}/invites/{inviteId}"
---

# DELETE /projects/{projectSlug}/invites/{inviteId}

`DELETE /projects/{projectSlug}/invites/{inviteId}`

Delete project invite by id

## Path parameters

- `projectSlug` string, required
- `inviteId` string, required

## Response `200`

Successful operation

- ProjectInvite
  - `id` string, uuid
  - `project_id` string, uuid
  - `email` string
  - `accepted` boolean
  - `creator_id` string, uuid
  - `created_at` string, date-time

## Other responses

- `400` — Invalid project slug supplied
- `404` — Project not found

---

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