Delete Record Request
data class DeleteRecordRequest(val repo: AtIdentifier, val collection: Nsid, val rkey: String, val swapRecord: Cid? = null, val swapCommit: Cid? = null)
Parameters
repo
The handle or DID of the repo (aka, current account).
collection
The NSID of the record collection.
rkey
The Record Key.
swap Record
Compare and swap with the previous record by CID.
swap Commit
Compare and swap with the previous commit by CID.
Constructors
Link copied to clipboard
constructor(repo: AtIdentifier, collection: Nsid, rkey: String, swapRecord: Cid? = null, swapCommit: Cid? = null)