ooo.bsky.authfetch.deleteRecords

lexicon.store

Documentation

Deletes one or more private records in your hidden repository. Requires auth.

main procedure

Deletes one or more private records in your hidden repository. Requires auth.

Input

Encodingapplication/json
uris array Required

The AT URIs of the records to delete.

maxLength: 50 itemsminLength: 1 items
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "uris"
      ],
      "properties": {
        "uris": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          },
          "maxLength": 50,
          "minLength": 1,
          "description": "The AT URIs of the records to delete."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Deletes one or more private records in your hidden repository. Requires auth."
}

Lexicon Garden

@