---
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.net/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.net/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turso/turso-platform-api/versions/6c99e4c88978/schema)
