AgentDeletionStatusOutput interface
The status of an agent 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 'assistant.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 'assistant.deleted'.
object: "assistant.deleted"
Property Value
"assistant.deleted"