---
title: "Delete a POT"
method: DELETE
path: "/pots/{pot_id}"
tags: ["pots"]
---

# Delete a POT

`DELETE /pots/{pot_id}`

Delete a POT by its UUID, scoped to the caller's workspace.

Deletes POT data and associated vectors from the vector store. A POT
owned by another workspace 404s exactly like a nonexistent one.

## Path parameters

- `pot_id` string, uuid, required

## Response `204`

POT deleted successfully

## Other responses

- `404` — POT not found
- `422` — Validation Error

---

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