---
title: "Delete Edge"
method: DELETE
path: "/workflows/v1/edges/{edge_id}"
tags: ["Edges"]
---

# Delete Edge

`DELETE /workflows/v1/edges/{edge_id}`

Endpoint to delete an edge by its ID.
Optionally verify the edge belongs to a specific version number before deleting.

## Path parameters

- `edge_id` string, required

## Query parameters

- `version_number` integer, nullable — Verify edge belongs to this version number before deleting (0 includes legacy edges)

## Response `200`

Successful Response

- IResponseModel
  - `message` string, nullable — A message providing additional context about the response.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
