Drop an acceptance criterion
DELETE /v1/chat/sessions/:id/goal/subgoals/:n — Remove the acceptance criterion at position `n` (1-based). Rejected with 400 when `n` is out of range.
DELETE /v1/chat/sessions/:id/goal/subgoals/:n
Remove the acceptance criterion at position n (1-based). Rejected with 400 when n is out of range.
| Method | DELETE |
| Path | /v1/chat/sessions/:id/goal/subgoals/:n |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | chat |
Response body
{ "ok": true, "goal": { "subgoals": [] } }