unassign redemption Key by passing the Id of Redemption Key Object
2.48.0
unassignRedemptionKey({ redemptionKeyId: "xxxxxxxxx"}).then(redemptionKey => console.log(redemptionKey)) Copy
unassignRedemptionKey({ redemptionKeyId: "xxxxxxxxx"}).then(redemptionKey => console.log(redemptionKey))
Generated using TypeDoc
Description
unassign redemption Key by passing the Id of Redemption Key Object
Async
Since
2.48.0
Example