Disconnect (revoke) a platform's authorization for the current shop. Used when a shop wants to remove a platform's access.Authentication: OAuth2 Bearer Token (Authorization header)
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://rapi.trustoo.io/api/v1/openapi/oauth/disconnect' \
--header'Authorization: Bearer <token>'