aidelly_delete_draft
Delete a draft by ID. Drafts are work-in-progress content that never publish. Existing API keys need the new drafts:write scope added to gain draft access; no implicit grant occurs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| brand_id | No | ||
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. | |
| idempotency_key | Yes |