Skip to main content
POST
string
required
Bearer token for API authentication. Format: Bearer {{apiToken}}

Request Body

Body Parameters

string
required
The unique identifier of the chat node to end
string
required
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 - OK
  • 400 - BAD REQUEST
  • 401 - UNAUTHORISED
  • 404 - NOT FOUND