Delete Payout RecipientFacades payoutOverview Deletes a payout recipient. Parameters ParameterDescriptionrecipientIdThe id of the recipient to cancel. Example PHP$deletedRecipient = $bitpay->deletePayoutRecipient($retrievedRecipient->getId());