Skip to main content
DELETE
/
talk2data
/
chat
/
sessions
/
{session_id}
/
turns
/
{turn_id}
/
feedback
Delete feedback
curl --request DELETE \
  --url https://api.example.com/talk2data/chat/sessions/{session_id}/turns/{turn_id}/feedback \
  --header 'Authorization: Bearer <token>' \
  --header 'x-project-id: <x-project-id>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-project-id
string
required

Project identifier

Path Parameters

session_id
string
required

Session ID

turn_id
string
required

Turn ID

Response

Successful Response

The response is of type Response Delete Feedback Talk2Data Chat Sessions Session Id Turns Turn Id Feedback Delete · object.