Delete an agent
DELETE/agents/:agentId
Delete a running agent
Request
Path Parameters
agentId uuidrequired
ID of the agent to delete
Responses
- 204
- 404
Agent deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
successboolean
Example:
true
{
"success": true
}
Agent not found
- application/json
- Schema
- Example (from schema)
Schema
errorstring
Example:
Agent not found
{
"error": "Agent not found"
}