---
title: "Cancel an organization invite"
method: DELETE
path: "/organizations/{organizationId}/invites/{inviteId}"
tags: ["Organization"]
---

# Cancel an organization invite

`DELETE /organizations/{organizationId}/invites/{inviteId}`

Cancels a pending invitation to join workspaces within your organization. Only the user who created the invite can cancel it.

## Path parameters

- `organizationId` string, required
- `inviteId` string, required

## Response `204`

Invite cancelled successfully

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - User doesn't have permission to cancel this invite or invite doesn't exist

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/revisions/e14b701e130a/schema)
