Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AgentDeletionStatus interface

Package:
@azure/ai-agents

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"