• Returns Promise<IRedemptionKey>

    Description

    unassign redemption Key by passing the Id of Redemption Key Object

    Async

    Since

    2.48.0

    Example

    unassignRedemptionKey({
    redemptionKeyId: "xxxxxxxxx"
    }).then(redemptionKey => console.log(redemptionKey))

Generated using TypeDoc