---
title: "Delete Invite"
method: DELETE
path: "/v2/organizations/{organizationSlug}/invites/{email}"
---

# Delete Invite

`DELETE /v2/organizations/{organizationSlug}/invites/{email}`

Delete a pending invite for the organization by email.

## Path parameters

- `organizationSlug` string, required
- `email` string, required — The email of the user invited.

## Response `200`

Successful response (No Content)

## Other responses

- `404` — Invite not found

---

[API](https://skmtc.dev/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.dev/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/turso/apis/turso-platform-api/revisions/22bd90b923e6?raw)
