For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disassociates the user with token

DISASSOCIATES USER WITH TOKEN

Disassociate the user with the provided Hedera token

PUT /tokens/{tokenId}/dissociate

Disassociates the user with the provided Hedera token. Only users with the Installer role are allowed to make the request.

Path Parameters

Name
Type
Description

tokenID*

String

Token ID

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Was this helpful?