---
title: "Delete a link between two end clients"
method: DELETE
path: "/end-clients"
tags: ["EndClient API"]
---

# Delete a link between two end clients

`DELETE /end-clients`

## Request body

- DeleteLinkedLeadsRequestPayload
  - `to` string — EndClient ID to link to
  - `from` string — EndClient ID to link from

## Response `200`

Link was deleted successfully

## 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/versions/a825565ee177/schema)
