---
title: "Revoke invitation"
method: POST
path: "/team/revoke-invitation"
tags: ["Team"]
deprecated: true
---

# Revoke invitation

`POST /team/revoke-invitation`

> **Deprecated.**

Cancel a pending invitation. Requires owner or admin role.

## Request body

- object
  - `invitationId` string, required — Invitation ID to revoke

## Response `200`

Invitation revoked

- object
  - `data` object, required
    - `revoked` boolean, required

## Other responses

- `400` — Invalid request
- `403` — Insufficient role
- `404` — Invitation not found

## Changes

- **2026-08-31** `fafe355d0698` — 1 info
  - the security scope `orgs:write` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-29** `4d10ec4266ee` — 5 info
  - api operation id `revokeTeamInvitation` was added
  - api tag `Team` added
  - api tag `Organizations` removed
  - endpoint deprecated
  - …1 more

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/team/revoke-invitation/post.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/fc5ca5f06d15?raw)
