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. |
Output
- Encoding: application/json
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
commit | com.atproto.repo.defs#commitMeta | - | ❌ | - |