Passo Developers
Api

Revoke a pending invite

POST
/invites/{inviteId}/revoke

Sets a pending invite's status to revoked, so its link stops working. 422 if the invite is no longer pending.

Authorization

oauthJwt
AuthorizationBearer <token>

A Supabase-issued OAuth user access token. On collection endpoints, pair with a Passo-Workspace header to pick a workspace.

In: header

Path Parameters

inviteId*string
Formatuuid

Response Body

application/json

curl -X POST "https://example.com/invites/497f6eca-6276-4993-bfeb-53cbbbba6f08/revoke"
{  "success": true}