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.
| Method | POST |
| Path | /v1/chat/sessions/:id/goal/clear |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | chat |
Response body
{ "ok": true, "goal": null }