---
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

---

[API](https://skmtc.net/openai/apis/openai-api-2.md) · [All operations](https://skmtc.net/openai/apis/openai-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-2/versions/2f8ca92b9b18/schema)
