delete_spec_task
writeFeature Specs
Remove a task from a feature spec (single or batch).
Write tool
Mutates Rampify state, triggers background work, or calls a paid external API. Most clients ask for confirmation before invoking.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| spec_id | string | optional | Spec UUID (resolved from task_id if omitted) |
| task_id | string | optional | Task UUID (single) |
| task_ids | string[] | optional | Task UUIDs (batch) |
Related tools
create_feature_specwriteCreate and save a feature specificationget_feature_specreadFetch one spec by UUID with full nested detaillist_feature_specsreadFind specs by search/status/priority/tags/etc; supports summary_only for fast scansupdate_feature_specwriteUpdate spec body fields: title, description, status, priority, tags, etc.