De-authenticate from Secret Manager
sm_deauth.RdClears the current Secret Manager token. This means the next API request
that requires authentication will trigger the authentication process anew
(e.g., by calling sm_auth()).
Since Secret Manager generally requires authentication for all its significant operations (and doesn't typically use API keys for accessing secrets), de-authentication primarily serves to clear the current user's session or force a re-authentication.