Api
Revoke a pending invite
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
Format
uuidResponse Body
application/json
curl -X POST "https://example.com/invites/497f6eca-6276-4993-bfeb-53cbbbba6f08/revoke"{ "success": true}