Delete user session 403 error "Subscription missing entitlement" "feature_not_available"

Hi, we’ve been developing an application which requires user sessions to be revoked programmatically. A few weeks ago we managed to get this all setup using the endpoint https://{_auth0Domain}/api/v2/users/{userId}/sessions and it was all working fine. However today we have started receiving the error: ${“statusCode”:403,“error”:“Forbidden”,“message”:“Subscription missing entitlement”,“errorCode”:“feature_not_enabled”}. I’ve checked the JWT token and it contains the required scopes. Any suggestions would be much appreciated.

Hi @hdrew

Welcome to the Auth0 Community!

The session management is only available for enterprise and trial accounts → Manage User Sessions with Auth0 Management API. If that’s something that you would like to use, I suggest contacting our sales department at Contact Us - Auth0.

Thanks
Dawid

1 Like

Great! Thanks for letting me know

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.