delete_agent
Remove a specific agent permanently from the Letta system by providing its unique ID. Use list_agents to identify agents before deletion.
Instructions
Delete a specific agent by ID. Use list_agents to find agent IDs. For bulk deletion, use bulk_delete_agents. WARNING: This action is permanent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The ID of the agent to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| success | Yes | ||
| agent_id | No |