curl --request POST \
--url https://api.example.com/oauth/token/revoke \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'token=<string>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request POST \
--url https://api.example.com/oauth/token/revoke \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'token=<string>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response