Type alias HighSystemsRequestDeleteUserToken

HighSystemsRequestDeleteUserToken: HighSystemsRequest & {
    tokenid: any;
    userid: any;
}

Type declaration

  • tokenid: any

    The User Token ID of the token you wish to delete.

  • userid: any

    The User ID of the user the token you wish to delete belongs to.

Generated using TypeDoc