---
title: "Delete Recipient"
method: DELETE
path: "/v1/customers/{customer_id}/recipients/{recipient_id}"
tags: ["Recipients (Send to Others)"]
---

# Delete Recipient

`DELETE /v1/customers/{customer_id}/recipients/{recipient_id}`

Delete a recipient from a customer.

**Note:** This is a soft delete. The recipient will be marked as deleted but data is retained.

## Path parameters

- `customer_id` string, required
- `recipient_id` string, required

## Response `204`

Recipient successfully deleted (no content returned)

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Recipient not found
- `405` — Method not allowed
- `500` — Internal server error

---

[API](https://skmtc.net/1money/apis/1money-openapi.md) · [All operations](https://skmtc.net/1money/apis/1money-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/1money/1money-openapi/revisions/aa2718d28cb5/schema)
