End a session

Ends a running session and tears down its operators. Any conversation_end operators run a final time over the full transcript before teardown completes. This stops analysis but does not end the underlying call. Idempotent — ending a session that is already ending or ended returns 204 without error.

Required scope: intelligence:write

Path Parameters
  • session_id
    Type: string · Session Id
    required

    The session identifier returned when the session was created.

Responses
  • 204

    Successful Response

  • application/json
  • application/json
  • application/json
Request Example for delete/sessions/{session_id}
curl 'https://api.simwood.com/intelligence/v1/sessions/{session_id}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body