---
title: "Revoke project invitation link"
method: PUT
path: "/project-members/invitation-link/revoke"
tags: ["Project Members"]
---

# Revoke project invitation link

`PUT /project-members/invitation-link/revoke`

Revoke project invitation link. Includes request parameters, authorization expectations, and response details.

## Request body

- object
  - `project_id` string, uuid, required

## Response `200`

Link revoked

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

## Other responses

- `403` — CSRF token validation failed

---

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