app.bivri.feed.deleteArtwork

lexicons.bivri.app

{
  "id": "app.bivri.feed.deleteArtwork",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the app.bivri.feed.artwork 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 artwork that no longer exists. There is no record left to carry a CID."
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Delete an artwork the authenticated member owns from their repository. Deleting a record that is already gone succeeds, so a retried request is safe."
}

Validate Record

Validate a record against app.bivri.feed.deleteArtwork

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreiabqqfhdsikzvvx5towdz34zhl3fh6upaocndfx7mf3u5nyfskwoa
Indexed At
2026-08-04 07:17 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.deleteArtwork

Lexicon Garden

@