MINARA

Clear the standing goal

POST /v1/chat/sessions/:id/goal/clear — Clear the standing goal. Terminal — the goal is gone.

POST /v1/chat/sessions/:id/goal/clear

Clear the standing goal. Terminal — the goal is gone.

MethodPOST
Path/v1/chat/sessions/:id/goal/clear
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorychat

Response body

{ "ok": true, "goal": null }

On this page