Azure.AI.Agents (preview:2025-05-15)

2025/08/20 • 1 new methods

Messages_Delete (new)
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 ,
}
,
}