Revoke all sessions
/v1/auth/sessionsRevokes every active session for the authenticated user (sign out everywhere). Guarded by UserJwtGuard; returns 204 No Content.
Responses
All sessions revoked
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
curl -X DELETE "https://auth.canopy-io.com/v1/auth/sessions"
HTTP/1.1 204 All sessions revoked (empty body)
Tell us how we can improve this guide.