pub async fn delete_o_auth2_token(
    configuration: &Configuration,
    client_id: &str
) -> Result<(), Error<DeleteOAuth2TokenError>>
Expand description

This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.