#main
- procedureDelete a repository record, or ensure it doesn't exist. Requires auth, implemented by PDS.
Query Parameters
No fields defined
Request Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
collection |
string (required) |
The NSID of the record collection. Syntax Format: |
repo |
string (required) |
The handle or DID of the repo (aka, current account). Syntax Format: |
rkey |
string (required) |
The Record Key. |
swapCommit |
string |
Compare and swap with the previous commit by CID. Syntax Format: |
swapRecord |
string |
Compare and swap with the previous record by CID. Syntax Format: |
Response Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
commit |
ref |
Reference: |
Errors
Name | Description |
---|---|
InvalidSwap |