---
title: "Cancel a workflow"
method: DELETE
path: "/workflows/{id}"
tags: ["Workflows"]
---

# Cancel a workflow

`DELETE /workflows/{id}`

Permanently cancels and removes the workflow. SDK method is
`cancel(id)` to align with Stripe-style vocabulary.

## Response `204`

Workflow cancelled.

## Other responses

- `401` — Missing or invalid bearer token.
- `404` — Resource not found.

---

[API](https://skmtc.net/avaprotocol/apis/ava-protocol-avs-api.md) · [All operations](https://skmtc.net/avaprotocol/apis/ava-protocol-avs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaprotocol/ava-protocol-avs-api/versions/231d563f2c9f/schema)
