at.unthread.document.deleteDraft

lexicon.store View official

Documentation

Delete a draft document.

main procedure

Delete a draft document.

Input

Encodingapplication/json
tid string Required

TID of the draft to delete.

Output

Encodingapplication/json
success boolean Required

No description available.

Errors

DraftNotFound
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": [
        "tid"
      ],
      "properties": {
        "tid": {
          "type": "string",
          "description": "TID of the draft to delete."
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "DraftNotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "success"
      ],
      "properties": {
        "success": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Delete a draft document."
}

Lexicon Garden

@