> ## Documentation Index
> Fetch the complete documentation index at: https://docs.teel.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete recipient

> Delete a recipient

Past payouts are unaffected.

<Info>**Scope** `recipients:write` · rate-limited</Info>

## Headers

<ParamField header="Authorization" type="string" required>
  API key.
</ParamField>

## Path parameters

<ParamField path="id" type="string" required>
  Recipient UUID.
</ParamField>

## Response

<ResponseField name="message" type="string">
  Confirmation string. Always `"Recipient deleted successfully"` on success.
</ResponseField>

<ResponseExample>
  ```json 200 theme={null}
  { "message": "Recipient deleted successfully" }
  ```
</ResponseExample>
