---
title: "POST /bulk_delete"
method: POST
path: "/bulk_delete"
tags: ["Centralized Authorization Data"]
deprecated: true
---

# POST /bulk_delete

`POST /bulk_delete`

> **Deprecated.**

Delete many facts in a single transaction.

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

## Request body

- Fact[]
  - `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)
