Delete funding recipient

Use this method to delete a funding recipient, including its funding accounts and owners. To delete a funding recipient, you need its recipientId. Our gateway returned the recipientId in the response of the [Create Funding Recipient](https://docs.payroc.com/api/schema/funding/funding-recipients/create) method. **Note**: If you don't have the recipientId, use our [List Funding Recipients](https://docs.payroc.com/api/schema/funding/funding-recipients/list) method to search for the funding recipient. If you have a funding instruction for a deleted funding recipient, we still send the funds to the deleted funding recipient. To update the funding instruction, use our [Update Funding Instruction](https://docs.payroc.com/api/schema/funding/funding-instructions/update) method.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

recipientIdintegerRequired
Unique identifier that we assigned to the funding recipient.

Response

Successful request. We deleted the funding recipient.

Errors