---
title: "Delete a recipient"
method: DELETE
path: "/recipient/{recipientId}"
tags: ["Recipients"]
---

# Delete a recipient

`DELETE /recipient/{recipientId}`

Delete a specific recipient by ID. Fails if the recipient is blocked by scheduled payments, pending approvals, or active ACH authorizations.

## Path parameters

- `recipientId` string, uuid, required — ID for a Mercury account.

## Response `204`

## Other responses

- `404` — `recipientId` not found

---

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