MINARA

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.

MethodDELETE
Path/v1/chat/sessions/:id/goal/subgoals/:n
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorychat

Response body

{ "ok": true, "goal": { "subgoals": [] } }

On this page