Chat Node APIs (Beta)
End Chat Session
End an active chat session and terminate the conversation
POST
Documentation Index
Fetch the complete documentation index at: https://docs.trysiren.io/llms.txt
Use this file to discover all available pages before exploring further.
Header
Bearer token for API authentication. Format:
Bearer {{apiToken}}Request Body
Body Parameters
The unique identifier of the chat node to end
The UUID of the workflow execution
Response
Success Response (200 OK)- The API returns an empty response body with HTTP status 200 when the chat session has successfully ended.
Status Codes
200- OK400- BAD REQUEST401- UNAUTHORISED404- NOT FOUND