// Generated by atproto-codegen. Do not edit.
//! Lexicon: com.atproto.admin.deleteAccount
use serde::{Deserialize, Serialize};
/// Delete a user account as an administrator.
/// XRPC Procedure: com.atproto.admin.deleteAccount
#[derive(Debug, Clone, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct Input {
pub did: String,
}