app.bivri.feed.deleteArtwork

lexicons.bivri.app

Documentation

main procedure

No description available.

Input

Encodingapplication/json
uri stringat-uri Required

AT URI of the app.bivri.feed.artwork record to delete. It must live in the authenticated member's own repository.

Output

Encodingapplication/json
uri stringat-uri Required

AT URI of the artwork that no longer exists. There is no record left to carry a CID.

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": [
        "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"
  }
}

Lexicon Garden

@