at.unthread.document.deleteDraft

lexicon.store View official

{
  "id": "at.unthread.document.deleteDraft",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.unthread.document.deleteDraft

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreia3il3orkmtb4h4in26nvpcqjua4ydeuh3cjcn2jhhgz2jiodlfzq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/at.unthread.document.deleteDraft

Lexicon Garden

@