---
title: "Delete end clients in bulk"
method: DELETE
path: "/end-clients/delete-manually"
tags: ["EndClient API"]
---

# Delete end clients in bulk

`DELETE /end-clients/delete-manually`

## Request body

- DeleteEndclientsManuallyRequestPayload
  - `endClientIds` string[] — List of end client IDs to be deleted. A maximum of 2000 IDs can be specified in a single request.

## Response `200`

Any found end clients were deleted

## Other responses

- `400` — Client provided invalid data
- `401` — Invalid token provided
- `403` — Forbidden
- `500` — Internal server error (which might be caused by a temporary issue)

---

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