Delete Payout RecipientDelete payout recipient DELETE /recipients/:recipientId Facades PAYOUT HTTP Request An example code to delete payout recipient C#var deleteRecipient = bitpay.DeletePayoutRecipient(retrieveRecipient.Id); HTTP Response JSON{ "success":true }