Admin — Sessions
Revoke all user sessions
Revokes all sessions for a specific user.
Path Parameters
userId*string
Length
1 <= lengthResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "http://localhost:3001/api/v1/admin/sessions/user/user_abc123"{
"success": true,
"count": 0
}{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}