Delete Agent
Delete an existing agent by ID.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
agent_id |
int
|
The ID of the agent to delete. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
dict |
Dict[str, Any]
|
JSON response confirming the deletion status. |
Sample usage: