app.bsky.draft.deleteDraft

bsky-lexicons.bsky.social

Documentation

Deletes a draft by ID. Requires authentication.

main procedure

Deletes a draft by ID. Requires authentication.

Input

Encodingapplication/json
id stringtid Required

A timestamp-based identifier (TID).

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": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "format": "tid"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Deletes a draft by ID. Requires authentication."
}

Lexicon Garden

@