---
title: "Bulk delete workflows"
method: POST
path: "/v1/workflows/bulk-delete"
tags: ["workflows"]
---

# Bulk delete workflows

`POST /v1/workflows/bulk-delete`

## Request body

- BulkDeleteRequest
  - `workflow_ids` string[], required

## Response `200`

Successful Response

- BulkDeleteResponse
  - `deleted_count` integer, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
