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