---
title: "Delete external TCM bindings in bulk"
method: DELETE
path: "/tcm/external/bindings/bulk"
tags: ["TestCaseManagement"]
---

# Delete external TCM bindings in bulk

`DELETE /tcm/external/bindings/bulk`

Deletes multiple external test case management bindings in a single operation

## Request body

- BulkExternalTcmBindingOperationRequest — Request body for bulk creating or deleting external TCM bindings
  - `workspace_integration_id` string, required — Unique identifier for the associated WorkspaceIntegration
  - `external_tcm_platform` 'xray', required — Supported external test case management platforms
  - `bindings` ExternalTcmBindingBase[], required — The list of external TCM bindings to create or delete
    - `external_entity_id` string, required — Unique identifier for the associated entity in the external test case management solution
    - `mabl_entity_type` 'test' | 'test_case' | 'plan' | 'plan_run', required — Types of mabl entities that can be bound to external TCM.
    - `mabl_entity_id` string — Unique identifier for the associated mabl entity

## Response `200`

Bulk delete results

- BulkExternalTcmBindingDeleteOperationResponse — Response body for bulk deleting external TCM bindings
  - `results` object[], required — Results of the operation
    - `status` 'success' | 'failure' — Status of a bulk operation result
    - `error` BindingOperationResultError — Error details if the operation failed
      - `message` string — Error message
      - `status` integer — HTTP status code

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

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