delete_skill
Delete a skill (soft-delete) after confirming its id and expected version. It remains recoverable and can be restored.
Instructions
Delete a skill. Destructive, but RECOVERABLE — it is soft-deleted and can be brought back with restore_skill (it will not appear in list_skills until then). Read it first for its version. A 409 here may be a stale version (re-read and retry) or a reference conflict (something published still uses it — re-reading will not help; the error tells you which).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The skill's id. | |
| confirm | Yes | Must be true. Acknowledges you understand this is destructive. | |
| expectedVersion | Yes | The version you last read — rejected with 409 if stale. |