---
title: "Disconnect Automation Nodes"
method: DELETE
path: "/api/v1/automations/{automation_id}/edges"
tags: ["automations"]
---

# Disconnect Automation Nodes

`DELETE /api/v1/automations/{automation_id}/edges`

Remove one edge. Requires EDITOR.

## Path parameters

- `automation_id` string, uuid, required

## Query parameters

- `from_slug` string, required
- `to_slug` string, required
- `port` string

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/8de9cb14f744/schema)
