---
title: "Delete Recipient"
method: DELETE
path: "/v1/recipients/{id}"
tags: ["public.recipients"]
---

# Delete Recipient

`DELETE /v1/recipients/{id}`

Soft-deletes a payout recipient by ID

## Path parameters

- `id` string, required

## Response `204`

No content

## Other responses

- `400` — Invalid recipient ID format
- `401` — Unauthorized
- `404` — Recipient not found
- `500` — Internal server error

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
