curl --request DELETE \
--url http://localhost:8080/api/agents/{agentId} \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Agent deleted successfully",
"status": "success",
"error": null,
"data": {
"agent_id": "agent_123",
"organization_id": "org_456"
}
}Deletes an agent by ID (current behavior).
curl --request DELETE \
--url http://localhost:8080/api/agents/{agentId} \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Agent deleted successfully",
"status": "success",
"error": null,
"data": {
"agent_id": "agent_123",
"organization_id": "org_456"
}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication