II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-delete-automation
DELETE /api/automations/:ruleId json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-delete-automation",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "DELETE /api/automations/:ruleId",
"method": "DELETE",
"path": "/api/automations/:ruleId",
"responseShape": "{ deleted: bool } | AutomationRuleDeleteResult",
"authRequired": false,
"description": "Delete an automation rule. Source: packages/agent-mux/gateway/src/kanban/routes.ts:1012-1019."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-delete-automation",
"to": "package:a5c-ai-agent-mux-gateway",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-gateway",
"to": "api-endpoint:agent-mux-gateway-delete-automation",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}