Invalidate Refresh Token
Invalidate the provided refresh token
Request
URI
DELETE
https://{api_host}/v1/tokens/refresh-token
COPY
Request Body
string of type(s) application/json
Required
Responses
204
No content
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/v1/tokens/refresh-token