---
title: "Delete a workload"
method: DELETE
path: "/api/v1beta/workloads/{name}"
tags: ["workloads"]
---

# Delete a workload

`DELETE /api/v1beta/workloads/{name}`

Delete a workload asynchronously. Returns 202 Accepted immediately.
The deletion happens in the background. Poll the workload list to confirm deletion.

## Path parameters

- `name` string, required

## Response `202`

Accepted - deletion started

- string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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