Package version:

Interface ThreadDeletionStatus

The status of a thread deletion operation.

interface ThreadDeletionStatus {
    deleted: boolean;
    id: string;
    object: "thread.deleted";
}

Properties

Properties

deleted: boolean

A value indicating whether deletion was successful.

id: string

The ID of the resource specified for deletion.

object

The object type, which is always 'thread.deleted'.