---
title: "Revoke Invitation"
method: DELETE
path: "/v1/workspaces/{workspace}/invitations/{invitation_id}"
tags: ["v1", "protected", "workspace-invitations"]
---

# Revoke Invitation

`DELETE /v1/workspaces/{workspace}/invitations/{invitation_id}`

Revoke a pending invitation. Idempotent — already-resolved invitations are no-ops.

## Path parameters

- `invitation_id` string, uuid, required
- `workspace` string, required — Slug of the workspace the request acts in

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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