# Cancel Bulk Curation Cancel Bulk Curation Endpoint: DELETE /v3/businesspartners/curate/bulks/{id} Version: 3 Security: apiKey ## Path parameters: - `id` (string, required) Unique identifier for a bulk. Example: "cbed7ac6-a97d-4c23-9060-2a88fa660957" ## Response 200 fields (application/json): - `id` (string) Unique identifier for a set of bulk tasks. Example: "650b12ac-3768-11ee-be56-0242ac120002" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-11-24T09:36:10Z" - `finishedAt` (string) Date of finish (ISO 8601-compliant). Example: "2025-11-24T09:36:10Z" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `status` (object) Details about status or error of a service - `status.code` (integer) RFC 7231 status code for this error. Example: "400" - `status.technicalKey` (string) Technical key describing the status or error Example: "OK" - `status.details` (array) - `status.details.id` (integer, required) 9-digit code which is uniquely identifying a message Example: 200000004 - `status.details.message` (string, required) Human-readable message which may also be presented in user interface. Example: "Business Partner Name is mandatory." - `status.details.technicalKey` (string) Technical key to uniquely identify a message. Example: "JOB_FINISHED" - `status.details.jsonPath` (string) JSONPath as specified by the IETF standard Example: "$.businessPartner.names[0].value" - `status.path` (string) Requested path which caused this error. Example: "/v2/businesspartners/lookup" - `status.timestamp` (string) ISO 8601 representation of the timestamp. Example: "2025-11-24T09:36:10Z" - `progress` (integer) Progress (%) of the bulk execution. Example: "77" ## Response 400 fields (application/json): - `status` (object) Details about status or error of a service - `status.code` (integer) RFC 7231 status code for this error. Example: "400" - `status.technicalKey` (string) Technical key describing the status or error Example: "OK" - `status.details` (array) - `status.details.id` (integer, required) 9-digit code which is uniquely identifying a message Example: 200000004 - `status.details.message` (string, required) Human-readable message which may also be presented in user interface. Example: "Business Partner Name is mandatory." - `status.details.technicalKey` (string) Technical key to uniquely identify a message. Example: "JOB_FINISHED" - `status.details.jsonPath` (string) JSONPath as specified by the IETF standard Example: "$.businessPartner.names[0].value" - `status.path` (string) Requested path which caused this error. Example: "/v2/businesspartners/lookup" - `status.timestamp` (string) ISO 8601 representation of the timestamp. Example: "2025-11-24T09:36:10Z"