---
title: "Delete a catalog fact"
method: DELETE
path: "/catalogs/{catalog}/facts/{name}"
---

# Delete a catalog fact

`DELETE /catalogs/{catalog}/facts/{name}`

Deletes a semantic metadata fact addressed by its name within a catalog.

## Path parameters

- `catalog` string, required — The name of the catalog.
- `name` string, required — The name of the fact.

## Query parameters

- `environment` string — Environment containing the catalog definition to delete from. This operation does not fall back to default.

## Response `204`

No Content

## Other responses

- `default` — Error

---

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