removeToken
POST {{app_url}}/api/removeToken
Remove a token from a given account.
If tokenToRemove
is supplied, this removes that token from the list of API tokens for the
account. If idToRemove
is supplied, this removes the first API token whose key ID matches the
specified value.
Request Body
{"token"=>"{{config-write-token}}", "tokenToRemove"=>"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXVA-", "idToRemove:"=>"R9hU_oxz_DOkHwaqV8f46emZ_zA-"}