comAtprotoServerRequestAccountDelete function
        
Future<XRPCResponse<EmptyData> > 
comAtprotoServerRequestAccountDelete({ 
    
- required ServiceContext $ctx,
- Map<String, String> ? $headers,
Initiate a user account deletion via email.
Implementation
Future<XRPCResponse<EmptyData>> comAtprotoServerRequestAccountDelete({
  required ServiceContext $ctx,
  Map<String, String>? $headers,
}) async => await $ctx.post(
  ns.comAtprotoServerRequestAccountDelete,
  headers: {...?$headers},
);