delete_payment_recipient
Remove a saved recipient (free)
Removes a saved Venmo or PayPal recipient. Payment history is kept; only the saved entry stops being offered.
This is not reversible through the API, so prefer archiving (POST /payment-recipients with archived: true) when the account owner may want the recipient back, and confirm before removing someone they did not ask you to remove.
platform and recipient_id may be sent in the JSON body or the query string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Required unless sent in the body. | |
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. | |
| recipient_id | No | Required unless sent in the body. The entry's `recipient_id` from `GET /payment-recipients` (an opaque id, not the phone number or email). |