---
title: "Cancel Invite"
method: DELETE
path: "/v2/orgs/{org_id}/invites/{invite_id}"
tags: ["Invites"]
---

# Cancel Invite

`DELETE /v2/orgs/{org_id}/invites/{invite_id}`

Cancels an invite that was sent to a new member.

## Path parameters

- `org_id` string, required — Either the unique id of the organization, or the URL-friendly key of the organization (i.e: the "slug").
- `invite_id` string, uuid, required — Id of the invite to cancel

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/permit/apis/permit-io-api.md) · [All operations](https://skmtc.dev/permit/apis/permit-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/permit/permit-io-api/revisions/13faa12b4692/schema)
