v4
latestOpenAPI 3.0.22026-07-3188146256.6 KBTaxonomy
cancelBulkAction
Cancels a running bulk action job. The job status will be updated to CANCELLED and the job will be stopped.
post/v1/entity/taxonomies/bulk-jobs/{job_id}/cancel
Path parameters
job_idstring required
Job ID of the bulk operation to cancel
Response
Success
Example response
{
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"status": "PENDING",
"action_type": "MOVE_CLASSIFICATIONS",
"created_by": "10598",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z",
"org": "66"
}