Module Cephalopod_models.Com_Atproto_Server_DeleteAccount

lexicon "com.atproto.server.deleteAccount"

def main

type main_input = {
  1. did : string;
    (*

    format: "Did"

    *)
  2. password : string;
  3. token : string;
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
type main_error = [
  1. | `ExpiredToken
  2. | `InvalidToken
]
val show_main_error : main_error -> Ppx_deriving_runtime.string
val main : (unit, main_input, unit, main_error) Base.procedure

Delete an actor's account with a token and password. Can only be called after requesting a deletion token. Requires auth.