---
title: "Delete Workflow"
method: DELETE
path: "/api/v1/workflow/{workflow_id}"
tags: ["Workflow"]
---

# Delete Workflow

`DELETE /api/v1/workflow/{workflow_id}`

## Path parameters

- `workflow_id` string, uuid, required

## Response `200`

Successful Response

- IDeleteResponseBaseIWorkflowRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IWorkflowRead
    - `name` string, required
    - `description` string, nullable
    - `org_id` string, uuid, nullable
    - `assistant_id` string, uuid, nullable
    - `trigger` 'inbound_call' | 'inbound_chat' | 'booking_created' | 'booking_missed' | 'manual', required
    - `status` 'active' | 'paused'
    - `definition` object
    - `version` integer
    - `priority` integer
    - `id` string, uuid, required
    - `created_by_id` string, uuid, nullable
    - `created_at` string, date-time, nullable
    - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
