---
title: "Delete a debtor"
method: DELETE
path: "/debtor/{debtorId}"
---

# Delete a debtor

`DELETE /debtor/{debtorId}`

Delete a debtor using their unique identifier

## Path parameters

- `debtorId` string, required

## Response `200`

Debtor deleted successfully

- object
  - `message` string

## Other responses

- `404` — Debtor not found

---

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