Delete Payout Recipient

Delete payout recipient

DELETE /recipients/:recipientId

Facades PAYOUT

HTTP Request

An example code to delete payout recipient

var deleteRecipient = bitpay.DeletePayoutRecipient(retrieveRecipient.Id);

HTTP Response

{
    "success":true
}