---
title: "Delete pool"
method: DELETE
path: "/preview/v2/pools/{id}"
tags: ["Pools"]
---

# Delete pool

`DELETE /preview/v2/pools/{id}`

> ⚠️ This endpoint is in [public preview](/preview/roadmap).

Delete a pool. The pool must have no active orders, future allocations, active nodes, deployments, or procurements. Remove all dependencies before deleting.

## Path parameters

- `id` string, required — A resource path like 'sfc:pool:acme:prod:my-pool' _or_ an ID. Resource paths are human-readable but not stable - they change when resources are renamed or moved. IDs are stable and permanent.

## Response `204`

Pool deleted.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Pool not found.
- `422` — Pool has active dependencies.
- `500` — Internal server error.

---

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