Revoke authorization token
name | value |
---|---|
url | https://dev.pulsoid.net/oauth2/revoke |
method | POST |
Name | Type | Description |
---|---|---|
token | string | Obtained access token |
cURL Request Example:
curl --request POST \
--url https://dev.pulsoid.net/oauth2/revoke \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data token=ac902193-f705-4db6-8132-cb3243520734
Response Example:
200 OK
Last modified 6mo ago