---
title: "bulkDeleteClassifications"
method: POST
path: "/v1/entity/taxonomies/classifications:delete"
tags: ["Taxonomy"]
---

# bulkDeleteClassifications

`POST /v1/entity/taxonomies/classifications:delete`

Permanently deletes taxonomy classifications. The classifications are deleted through a bulk
async operation which also deletes all references of the deleted classifications from the entities
referencing them.

## Request body

- object
  - `job_id` string — Job ID for tracking the status of a bulk operation request
  - `classification_ids` ClassificationId[]

## Response `200`

Returns the job id for the async job and current status

- TaxonomyBulkJobTriggerResponse
  - `job_id` string, uuid
  - `status` 'PENDING' | 'FAILED' | 'COMPLETED' | 'CANCELLED' — The status of the bulk job

## Other responses

- `400` — Invalid request
- `429` — Too many requests

---

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