#main
Delete a repository record, or ensure it doesn't exist. Requires auth, implemented by PDS.
- 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 (record-key) | - | ✅ | 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