DeleteAgentResponse interface
A deleted agent Object
Properties
| deleted | Whether the agent was successfully deleted. |
| name | The name of the agent. |
| object | The object type. Always 'agent.deleted'. |
Property Details
deleted
Whether the agent was successfully deleted.
deleted: boolean
Property Value
boolean
name
The name of the agent.
name: string
Property Value
string
object
The object type. Always 'agent.deleted'.
object: "agent.deleted"
Property Value
"agent.deleted"