Delete Agent
AI Agents
Delete Agent
Permanently delete an agent and all associated data.
POST
Delete Agent
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Agent UUID
Force deletion even if the agent is currently active
Example Request
Example Response
Force Delete
If the agent is currently active, you can force deletion by settingforce to true:
Status Codes
| Code | Description |
|---|---|
200 | Agent deleted successfully |
401 | Unauthorized - invalid or missing authentication |
403 | AI Agents feature not enabled for your account |
404 | Agent not found |

