{
  "source": "session.js",
  "method": "removeSession",
  "input-schema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "key": {
        "label": "Key",
        "type": "string"
      }
    }
  },
  "meta": {
    "name": "unset",
    "description": "Removes a key/value from session"
  }
}