In-app assistant
POST /assistant/sessions/{id}/cancel 工作階段或 API 金鑰
Stop the session’s running turn.
A no-op (still 204) when nothing is running — you cannot see whether a turn is live before asking.
路徑參數
idstring (UUID) 必填- The session id.
curl -X POST "https://freehire.me/api/v1/assistant/sessions/<id>/cancel" -H "Authorization: Bearer $FREEHIRE_API_KEY"