use Client;
/// Delete the authenticated user's account on the server.
///
/// The server anonymizes the user profile and cascade-deletes auth tokens,
/// machines, usage events, sync cursors, and `ToS` acceptance records.
/// Published filters are preserved with the account converted to unclaimed.
///
/// # Errors
///
/// Returns an error on network failure or non-2xx status.