Revoking a token
How to revoke any kind of access or refresh token
Request
Arguments
Body parameter
Type
Required
Description
Example
Revoking a sales channel customer token
curl -g -X POST \
'https://auth.commercelayer.io/oauth/revoke' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"client_id": "{{your_client_id}}",
"token": "{{your_access_token}}"
}'Revoking an integration access token
Revoking a refresh token
Last updated