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