uk.skyblur.post.deleteStored

lexicon.store View official

Documentation

Delete stored restricted post content from Skyblur AppView

main procedure

Delete stored restricted post content from Skyblur AppView

Input

Encodingapplication/json
uri string Required

AT URI of the post to delete

Output

Encodingapplication/json
success boolean Optional

No description available.

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",
          "description": "AT URI of the post to delete"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "success": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Delete stored restricted post content from Skyblur AppView"
}

Lexicon Garden

@