Description | : Deletes an existing message on an existing thread. |
Reference | : Link ¶ |
⚼ Request
DELETE:
/threads/{threadId}/messages/{messageId}
{
api-version:
string
,
threadId:
string
,
messageId:
string
,
}
⚐ Response (200)
{
id:
string
,
deleted:
boolean
,
object:
enum
,
}
⚐ Response (default)
{
error:
}
{
,
message:
string
,
type:
string
,
param:
string
,
code:
string
,
}