In-app assistant
POST /assistant/sessions/{id}/cancel Session or API key
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.
Path parameters
idstring (UUID) required- The session id.
curl -X POST "https://freehire.me/api/v1/assistant/sessions/<id>/cancel" -H "Authorization: Bearer $HIREALL_API_KEY"