curl --request POST \
--url https://us.infisical.com/api/v1/auth/token/revoke \
--header 'Content-Type: application/json' \
--data '{
"accessToken": "<string>"
}'
{
"message": "<string>"
}
Revoke access token
curl --request POST \
--url https://us.infisical.com/api/v1/auth/token/revoke \
--header 'Content-Type: application/json' \
--data '{
"accessToken": "<string>"
}'
{
"message": "<string>"
}
Default Response
The response is of type object
.
Was this page helpful?