// Code generated by lexgen. DO NOT EDIT.
/// ServerDeleteSession — Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt').
pub async fn server_delete_session(client: &crate::xrpc::Client) -> Result<(), crate::xrpc::Error> {
let _: serde_json::Value = client
.procedure("com.atproto.server.deleteSession", &())
.await?;
Ok(())
}