ThreadDeletionStatusOutput interface
The status of a thread 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.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.deleted'.
object: "thread.deleted"
Property Value
"thread.deleted"