---
title: "Cancel meeting invite"
method: DELETE
path: "/v1/meetings/invites/{id}"
tags: ["Meetings"]
---

# Cancel meeting invite

`DELETE /v1/meetings/invites/{id}`

Cancel a pending meeting invite by ID for the authenticated organization.

Cancellation is idempotent for invites that are already `cancelled`,
`ended`, or `failed`. A successful cancellation returns no response body.

## Path parameters

- `id` string, uuid, required

## Response `204`

Successfully cancelled meeting invite. No response body is returned.

## Other responses

- `401` — Unauthorized - missing or invalid API key.
- `403` — Forbidden - API key lacks the required permission.
- `404` — Not Found - meeting invite was not found in the organization.
- `500` — Server error.
- `502` — Bad Gateway - meeting service is unavailable.

---

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