v1
latestOpenAPI 3.1.02026-07-2295105298.6 KBTeam Management
Revoke Organization Invite
Soft-revokes a pending organization invite by setting its status to revoked. The invite row is preserved for audit purposes. Returns 409 if the invite is in any other state (already accepted, declined, expired, or revoked), since revoking an accepted invite would leave a misleading audit trail while the underlying membership row remains untouched. To remove an already-accepted member, use DELETE /api/v1/organizations/members/{user_id} instead. Requires a global API key.
delete/api/v1/invites/org/{invite_id}
Response
Invite revoked successfully
Example response
{
"success": true,
"message": "Invite revoked"
}