Delete Payout Recipient

Facades payout

Overview

Deletes a payout recipient.

Parameters

ParameterDescription
recipientIdThe id of the recipient to cancel.

Example

$deletedRecipient = $bitpay->deletePayoutRecipient($retrievedRecipient->getId());