Package version:

Interface AgentDeletionStatus

The status of an agent deletion operation.

interface AgentDeletionStatus {
    deleted: boolean;
    id: string;
    object: "assistant.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 'assistant.deleted'.