social.showcase.library.deleteItem

lexicons.showcase.social

Documentation

Delete an item. Requires authentication.

main procedure

Delete an item. Requires authentication.

Input

Encodingapplication/json
uri stringat-uri Required

The AT-URI of the item to delete

Output

Encodingapplication/json
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": "The AT-URI of the item to delete"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "encoding": "application/json"
  },
  "description": "Delete an item. Requires authentication."
}

Lexicon Garden

@