delete https://{subdomain}.ip-api-sandbox.yakoa.io/{network}/token//authorization/
Deletes an existing Brand Authorization for a specific Token.
This action revokes a previously granted permission for a Token to use content associated with a specific Brand.
Use Cases:
- A Brand revokes permission for a specific Token due to a change in licensing terms.
- An erroneous authorization needs to be removed.
Path Parameters:
token_id
(string, required, from parent router): The unique identifier of the Token.network
(string, required, from parent router): The blockchain network.brand_id
(string, required): The unique identifier of the Brand whose authorization is being deleted for this Token.
Responses:
204 No Content
: Successfully deleted the authorization (or it didn't exist).