app.bivri.bookmark.deleteItem

lexicons.bivri.app

{
  "id": "app.bivri.bookmark.deleteItem",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the app.bivri.bookmark.item record to delete. It must live in the authenticated member's own repository."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the bookmark item record that no longer exists."
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Remove an artwork from a bookmark group by deleting the authenticated member's bookmark item record. Deleting a record that is already gone succeeds, so a retried request is safe."
}

Validate Record

Validate a record against app.bivri.bookmark.deleteItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreib4xaya64kfp2oyl2abrl3ma3xen7en5ugmpgsyyjjvi7fabwehzy
Indexed At
2026-08-18 04:29 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.bookmark.deleteItem

Lexicon Garden

@