---
title: "DELETE /facts"
method: DELETE
path: "/facts"
tags: ["Centralized Authorization Data"]
deprecated: true
---

# DELETE /facts

`DELETE /facts`

> **Deprecated.**

Deletes a fact. Does not throw an error when the fact is not found.

DEPRECATED: Prefer `POST /batch` with payload `[{"deletes": [<fact>]}]`.

## Request body

- Fact — A pattern object for matching authorization-relevant data, ie: facts.
  - `predicate` string, required
  - `args` Value[], required
    - `type` string, nullable
    - `id` string, nullable

## Response `200`

- ApiResult
  - `message` string, required

## Other responses

- `default`

---

[API](https://skmtc.net/osohq/apis/oso-cloud-http-api.md) · [All operations](https://skmtc.net/osohq/apis/oso-cloud-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osohq/oso-cloud-http-api/versions/edaea3b218bd/schema)
