Tokens

Revoke Token

Revoke a token, preventing it from being used again.

Request

  • tokenIds
    array of strings

Response

  • updates
    empty object

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.tokens.revoke({
  // Request body
});