Skip to main content
DELETE
/
v4
/
threads
/
{thread_id}
/
messages
/
{application_interaction_id}
/
feedback
JavaScript
import SGPClient from 'sgp';

const client = new SGPClient({
  apiKey: 'My API Key',
});

const feedback = await client.chatThreads.messages.feedback.delete('thread_id', 'application_interaction_id');

console.log(feedback);
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string

Path Parameters

thread_id
string
required
application_interaction_id
string
required

Response

Successful Response