Delete Payout RecipientFacades: payoutOverview Deletes a payout recipient. Parameters ParameterDescriptionrecipientIdThe id of the recipient to cancel. Example TypeScriptconst result = await client.deletePayoutRecipient('somePayoutRecipientId');