---
title: "Revokes the given invitation so its token can no longer be accepted."
method: DELETE
path: "/organizations/{organizationId}/invitations/{invitationId}"
tags: ["Organization"]
---

# Revokes the given invitation so its token can no longer be accepted.

`DELETE /organizations/{organizationId}/invitations/{invitationId}`

Responds with 404 when the invitation does not belong to the organization and 409 when it is
 not pending.

## Path parameters

- `organizationId` string, required
- `invitationId` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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