appBskyDraftDeleteDraft top-level constant
app.bsky.draft.deleteDraft
Implementation
const appBskyDraftDeleteDraft = <String, dynamic>{
"lexicon": 1,
"id": "app.bsky.draft.deleteDraft",
"defs": {
"main": {
"type": "procedure",
"description": "Deletes a draft by ID. Requires authentication.",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["id"],
"properties": {
"id": {"type": "string", "format": "tid"},
},
},
},
},
},
};