curl --request POST \
--url https://api.example.com/api/v1/auth/google/logout \
--header 'Authorization: Bearer <token>'{}Revoke Google OAuth credentials.
This endpoint revokes the user’s Google OAuth tokens and marks them as inactive in the database.
Returns: Success message
curl --request POST \
--url https://api.example.com/api/v1/auth/google/logout \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.