Revoke Refresh Token
post
/oauth2/v1/revoke
Request
Supported Media Types
- application/x-www-form-urlencoded
Header Parameters
-
Authorization: string
Basic Authorization. Base64 encoding of client credentials
Root Schema : schema
Type:
Show Source
object-
token:
string
Refresh TokenExample:
eyJ4NXQiOiI4Wk5NMEFfNWFuSTc0dGp3Y3FWcWtMN3Z0Q2ciLCJraWQiOiJwcml2YWVrZXkxIiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiI1YzA4NDcyMi03Njk3LTQ2NzgtOWVmNC01ZDMxYjg5MjgzYTMiLCJhdWQiOiI1YzA4NDcyMi03Njk3LTQ2NzgtOWVmNC01ZDMxYjg5MjgzYTMiLCJuYmYiOjE0NDA3NTk0MDgsInNjb3BlIjoiQUNNRUNhbmRpZGF0ZVByb2ZpbGVTZXJ2aWNlLnJlc3VtZXNfbW9udGhzIG9mZmxpbmVfYWNjZXNzIiwiaXNzIjoiaWRjcy5vcmFjbGUuY29tIiwiZXhwIjoxNDQwOTc1NDA4LCJpYXQiOjE0NDA3NTk0MDgsInRlbmFudCI6IlRFTkFOVDEiLCJqdGkiOiIwNGQwZDcyYi1iMDZmLTQ5YzItOGZkZi00ZjliYTllOTMxNGYifQ.AQfGzQ9Qe6RgQqwr_V1z2Nl3N7NG5qsy-lMNIMto8xvKAxyQcEVQ_IN6dPZZtJ90uNr8Y1eavtGmaFIcY4KVwg
Response
Supported Media Types
- application/json
200 Response
Refresh Token revoked
400 Response
Invalid request
Root Schema : error
Type:
objectError message that appears during Access Token generation
Show Source
-
error:
string
Error values that are based on the OAuth specification
-
error_description:
string
Detailed error messages
401 Response
Invalid client
Root Schema : error
Type:
objectError message that appears during Access Token generation
Show Source
-
error:
string
Error values that are based on the OAuth specification
-
error_description:
string
Detailed error messages