ProtoRune.Com.Atproto.Repo.DeleteRecord (proto_rune v0.1.1)

Generated procedure module for main

Description: Delete a repository record, or ensure it doesn't exist. Requires auth, implemented by PDS.

Summary

Types

@type input() :: %{
  collection: String.t(),
  repo: String.t(),
  rkey: String.t(),
  swap_commit: String.t(),
  swap_record: String.t()
}
@type output() :: %{commit: ProtoRune.Com.Atproto.Repo.Defs.CommitMeta.t()}