latestOpenAPI 3.0.22026-08-1588147259.4 KB

3020984570dc

Taxonomy

bulkDeleteClassifications

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.

post/v1/entity/taxonomies/classifications:delete

Request body

job_idstring

Job ID for tracking the status of a bulk operation request

classification_idsClassificationId[]

Example request

{
  "classification_ids": [
    "taxonomy-slug:classification-slug"
  ]
}

Response

Returns the job id for the async job and current status

job_idstring uuid
status'PENDING' | 'FAILED' | 'COMPLETED' | 'CANCELLED'

The status of the bulk job