Skip to main content

com.atproto.repo.deleteRecord

POST 

com.atproto.repo.deleteRecord

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

Request

Body

required

    repo at-identifierrequired

    The handle or DID of the repo (aka, current account).

    collection nsidrequired

    The NSID of the record collection.

    rkey stringrequired

    The Record Key.

    swapRecord cid

    Compare and swap with the previous record by CID.

    swapCommit cid

    Compare and swap with the previous commit by CID.

Responses

OK

Loading...