beel_delete_customers_bulk

shallow

es.beel/mcp · Verify this server

Deletes the customers listed in `ids` from this company. ## Partial results - **Partial operation:** the customers that can be deleted are deleted, and the rest keep their place in `customers_deletion` with the status that explains why. That is why it answers `200` with a body instead of `204`, and why it answers `200` even when no row could be deleted. - **`HAS_INVOICES`:** a customer that has invoices cannot be deleted and comes back with that row status. ## What deleting means - **Semantics:** the same semantics as `DELETE /v1/companies/{company_id}/customers/{customer_id}` — the customer is retained internally for tax record-keeping purposes but is no longer exposed by the API, its identifier is released for reuse, and invoices already issued to it keep their own copy of the recipient's details. - **Deleting is not deactivating:** deleting frees the identifier, so the same NIF can be registered again, while `PATCH` with `active: false` leaves the customer where it is with its NIF still taken. Endpoint: DELETE /v1/companies/{company_id}/customers/bulk

100.0/100

1 trials · measured 2 days ago

beel_delete_customers_bulk scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against es.beel/mcp, measured 31 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote + stdio
Credential class
gated
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-31100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: beel_delete_customers_bulk
[![Vouch score](https://vouch.tools/api/tools/b28d82b0-3d9d-466d-9a04-d02bbdb04b93/badge.svg)](https://vouch.tools/tools/b28d82b0-3d9d-466d-9a04-d02bbdb04b93)
beel_delete_customers_bulk — Vouch