Delete Payout Recipient

Facades: payout

Overview

Deletes a payout recipient.

Parameters

ParameterDescription
recipientIdThe id of the recipient to cancel.

Example

const result = await client.deletePayoutRecipient('somePayoutRecipientId');