ThreadDeletionStatus interface
The status of a thread deletion operation.
- Extends
Inherited Properties
deleted | A value indicating whether deletion was successful. |
id | The ID of the resource specified for deletion. |
Inherited Property Details
deleted
A value indicating whether deletion was successful.
deleted: boolean
Property Value
boolean
Inherited From DeletionStatus.deleted
id
The ID of the resource specified for deletion.
id: string
Property Value
string
Inherited From DeletionStatus.id