delete method
Implementation
Future<XRPCResponse<RepoDeleteRecordOutput>> delete({
required String rkey,
String? swapRecord,
String? swapCommit,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoRepoDeleteRecord(
repo: _ctx.repo,
collection: ids.appBskyGraphVerification,
rkey: rkey,
swapRecord: swapRecord,
swapCommit: swapCommit,
$ctx: _ctx,
$headers: $headers,
);