Body
application/json
The access token to revoke.
Response
Default Response
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>"
}
The access token to revoke.
Default Response
Was this page helpful?