---
title: "Delete an activeflow"
method: DELETE
path: "/activeflows/{id}"
tags: ["Activeflow"]
---

# Delete an activeflow

`DELETE /activeflows/{id}`

Endpoint to delete an activeflow by its ID.

## Path parameters

- `id` string, required — The ID of the activeflow to delete.

## Response `204`

Activeflow deleted successfully.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

[API](https://skmtc.net/voipbin/apis/voipbin-api.md) · [All operations](https://skmtc.net/voipbin/apis/voipbin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voipbin/voipbin-api/versions/79e779080bcc/schema)
