delete_feature
Delete a feature and its generated test files. Irreversible.
Last updated
Was this helpful?
Delete a feature and its generated test files. Irreversible.
Delete a feature and its generated test files.
Irreversible. There is no trash or undo — the Gherkin and the generated specs are gone.
DELETE /api/v1/ops/projects/{project}/features/{feature}project
path
string
yes
The project's public id.
feature
path
string
yes
Feature id or name.
curl -X DELETE -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/features/12"testvibe features delete 12Tool delete_feature — { "feature": "12" }.
{ "ok": true }404 not_found
No such feature in this project.
409 conflict
The feature is generating right now — cancel the generation before deleting it.
Last updated
Was this helpful?
Was this helpful?
