I want to use "revoke token api" to revoke business account's access token.
I referenced dropbox api document, and tried to use this api.
https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke
But I received 400 error and following message. (I use Laravel and Guzzle for Http client)
I cannot understand the error message "This API function operates on a single Dropbox account, but the OAuth (truncated...)" .
Could you please explain me what this message mean and how can I solve it?
[2020-11-17 08:38:24] local.ERROR: Client error: `POST https://api.dropboxapi.com/2/auth/token/revoke` resulted in a `400 Bad Request` response:
Error in call to API function "auth/token/revoke": This API function operates on a single Dropbox account, but the OAuth (truncated...)
{"exception":"[object] (GuzzleHttp\\Exception\\ClientException(code: 400): Client error: `POST https://api.dropboxapi.com/2/auth/token/revoke` resulted in a `400 Bad Request` response:
Error in call to API function \"auth/token/revoke\": This API function operates on a single Dropbox account, but the OAuth (truncated...)
at /var/www/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113)