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>"
}
]
}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>"
}
]
}