requestAccountDelete method

Future<XRPCResponse<EmptyData>> requestAccountDelete({
  1. Map<String, String>? $headers,
})

Initiate a user account deletion via email.

Implementation

Future<XRPCResponse<EmptyData>> requestAccountDelete({
  Map<String, String>? $headers,
}) async => await comAtprotoServerRequestAccountDelete(
  $ctx: _ctx,
  $headers: $headers,
);