MessageDeletionStatus interface
The status of a thread message deletion operation.
Properties
| deleted | A value indicating whether deletion was successful. |
| id | The ID of the resource specified for deletion. |
| object | The object type, which is always 'thread.message.deleted'. |
Property Details
deleted
A value indicating whether deletion was successful.
deleted: boolean
Property Value
boolean
id
The ID of the resource specified for deletion.
id: string
Property Value
string
object
The object type, which is always 'thread.message.deleted'.
object: "thread.message.deleted"
Property Value
"thread.message.deleted"