Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.04 KB

deleteRecord.md

File metadata and controls

22 lines (16 loc) · 1.04 KB
title description
deleteRecord
com.atproto.repo.deleteRecord

#main

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

Input

  • Encoding: application/json
Property Type Known Values Required Description
repo string (at-identifier) - The handle or DID of the repo (aka, current account).
collection string (nsid) - The NSID of the record collection.
rkey string - The Record Key.
swapRecord string (cid) - Compare and swap with the previous record by CID.
swapCommit string (cid) - Compare and swap with the previous commit by CID.