Revoke a user session
POST/api/v4/users/:user_id/sessions/revoke
Revokes a user session from the provided user id and session id strings.
Permissions
Must be logged in as the user being updated or have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
User session revoked successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions