requestAccountDelete method

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

Initiate a user account deletion via email.

Implementation

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