app.bivri.bookmark.deleteGroup

lexicons.bivri.app

{
  "id": "app.bivri.bookmark.deleteGroup",
  "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.group 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 group record that no longer exists."
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Delete a bookmark group the authenticated member owns. Deleting a record that is already gone succeeds, so a retried request is safe."
}

Validate Record

Validate a record against app.bivri.bookmark.deleteGroup

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@