Delete
Delete User Session
Deletes a user session by its session ID assuming it is owned by the user. This is useful for logging out a user or deleting unknown/malicious sessions.
curl -X DELETE "https://loading/sessions/string"Empty
{
"code": "InternalAuthError",
"message": "string"
}Last updated on