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.appBskyGraphBlock,
rkey: rkey,
swapRecord: swapRecord,
swapCommit: swapCommit,
$ctx: ctx,
$headers: $headers,
);