---
title: "Remove a spec from a runner"
method: DELETE
path: "/v0/runners/{runner}/specs/{spec}"
tags: ["runners"]
---

# Remove a spec from a runner

`DELETE /v0/runners/{runner}/specs/{spec}`

➕ Bencher Plus: Remove the association between a hardware spec and a runner. The user must be an admin to use this endpoint.

## Path parameters

- `runner` string, required
- `spec` string, required

## Response `204`

successful deletion

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/bencherdev/apis/bencher-api.md) · [All operations](https://skmtc.net/bencherdev/apis/bencher-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bencherdev/bencher-api/revisions/84086e99e6cd/schema)
