curl --request POST \
--url https://app.dynamicauth.com/api/v0/users/{userId}/sessions/revoke \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}This endpoint is deprecated. Use /environments//users//sessions/revoke instead.
curl --request POST \
--url https://app.dynamicauth.com/api/v0/users/{userId}/sessions/revoke \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}Was this page helpful?