Cancel an invitation.
Deletes an invitation from the database. Only invitations belonging to the current user’s account can be cancelled.
Args: invitation_id: ID of the invitation to cancel. current_user: Authenticated user context. session: Database session.
Raises: HTTPException: 404 if invitation not found or doesn’t belong to account.
Documentation Index
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response