DeleteRecordRequest
data class DeleteRecordRequest(val repo: AtIdentifier, val collection: Nsid, val rkey: RKey, 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.
swapRecord
Compare and swap with the previous record by CID.
swapCommit
Compare and swap with the previous commit by CID.
Constructors
Link copied to clipboard
constructor(repo: AtIdentifier, collection: Nsid, rkey: RKey, swapRecord: Cid? = null, swapCommit: Cid? = null)