---
title: "Delete an invite. If the invite has already been accepted, it cannot be deleted."
method: DELETE
path: "/organization/invites/{invite_id}"
tags: ["Invites"]
---

# Delete an invite. If the invite has already been accepted, it cannot be deleted.

`DELETE /organization/invites/{invite_id}`

## Path parameters

- `invite_id` string, required

## Response `200`

Invite deleted successfully.

- InviteDeleteResponse
  - `object` 'organization.invite.deleted', required — The object type, which is always `organization.invite.deleted`
  - `id` string, required
  - `deleted` boolean, required

## Changes

> 82 revisions in range; 28 could not be searched.

- **2026-05-13** `74cbcf73838f` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API
- **2024-08-06** `8eca3b09b705` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/invites/:invite_id/delete.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
