---
title: "删除SysOperationRecord"
method: DELETE
path: "/sysOperationRecord/deleteSysOperationRecord"
tags: ["SysOperationRecord"]
---

# 删除SysOperationRecord

`DELETE /sysOperationRecord/deleteSysOperationRecord`

## Request body

- SystemSysOperationRecord
  - `ID` integer — 主键ID
  - `agent` string — 代理
  - `body` string — 请求Body
  - `createdAt` string — 创建时间
  - `error_message` string — 错误信息
  - `ip` string — 请求ip
  - `latency` string — 延迟
  - `method` string — 请求方法
  - `path` string — 请求路径
  - `resp` string — 响应Body
  - `status` integer — 请求状态
  - `updatedAt` string — 更新时间
  - `user` SystemSysUser
    - `ID` integer — 主键ID
    - `authorities` SystemSysAuthority[]
      - `authorityId` integer — 角色ID
      - `authorityName` string — 角色名
      - `children` SystemSysAuthority[]
      - `createdAt` string — 创建时间
      - `dataAuthorityId` SystemSysAuthority[]
      - `defaultRouter` string — 默认菜单(默认dashboard)
      - `deletedAt` string
      - `menus` SystemSysBaseMenu[]
        - `ID` integer — 主键ID
        - `authoritys` SystemSysAuthority[]
        - `children` SystemSysBaseMenu[]
        - `component` string — 对应前端文件路径
        - `createdAt` string — 创建时间
        - `hidden` boolean — 是否在列表隐藏
        - `menuBtn` SystemSysBaseMenuBtn[]
          - `ID` integer — 主键ID
          - `createdAt` string — 创建时间
          - `desc` string
          - `name` string
          - `sysBaseMenuID` integer
          - `updatedAt` string — 更新时间
        - `meta` SystemMeta
          - `activeName` string
          - `closeTab` boolean — 自动关闭tab
          - `defaultMenu` boolean — 是否是基础路由（开发中）
          - `icon` string — 菜单图标
          - `keepAlive` boolean — 是否缓存
          - `title` string — 菜单名
        - `name` string — 路由name
        - `parameters` SystemSysBaseMenuParameter[]
          - `ID` integer — 主键ID
          - `createdAt` string — 创建时间
          - `key` string — 地址栏携带参数的key
          - `sysBaseMenuID` integer
          - `type` string — 地址栏携带参数为params还是query
          - `updatedAt` string — 更新时间
          - `value` string — 地址栏携带参数的值
        - `parentId` integer — 父菜单ID
        - `path` string — 路由path
        - `sort` integer — 排序标记
        - `updatedAt` string — 更新时间
      - `parentId` integer — 父角色ID
      - `updatedAt` string — 更新时间
    - `authority` SystemSysAuthority
      - `authorityId` integer — 角色ID
      - `authorityName` string — 角色名
      - `children` SystemSysAuthority[]
      - `createdAt` string — 创建时间
      - `dataAuthorityId` SystemSysAuthority[]
      - `defaultRouter` string — 默认菜单(默认dashboard)
      - `deletedAt` string
      - `menus` SystemSysBaseMenu[]
        - `ID` integer — 主键ID
        - `authoritys` SystemSysAuthority[]
        - `children` SystemSysBaseMenu[]
        - `component` string — 对应前端文件路径
        - `createdAt` string — 创建时间
        - `hidden` boolean — 是否在列表隐藏
        - `menuBtn` SystemSysBaseMenuBtn[]
          - `ID` integer — 主键ID
          - `createdAt` string — 创建时间
          - `desc` string
          - `name` string
          - `sysBaseMenuID` integer
          - `updatedAt` string — 更新时间
        - `meta` SystemMeta
          - `activeName` string
          - `closeTab` boolean — 自动关闭tab
          - `defaultMenu` boolean — 是否是基础路由（开发中）
          - `icon` string — 菜单图标
          - `keepAlive` boolean — 是否缓存
          - `title` string — 菜单名
        - `name` string — 路由name
        - `parameters` SystemSysBaseMenuParameter[]
          - `ID` integer — 主键ID
          - `createdAt` string — 创建时间
          - `key` string — 地址栏携带参数的key
          - `sysBaseMenuID` integer
          - `type` string — 地址栏携带参数为params还是query
          - `updatedAt` string — 更新时间
          - `value` string — 地址栏携带参数的值
        - `parentId` integer — 父菜单ID
        - `path` string — 路由path
        - `sort` integer — 排序标记
        - `updatedAt` string — 更新时间
      - `parentId` integer — 父角色ID
      - `updatedAt` string — 更新时间
    - `authorityId` integer — 用户角色ID
    - `baseColor` string — 基础颜色
    - `createdAt` string — 创建时间
    - `email` string — 用户邮箱
    - `enable` integer — 用户是否被冻结 1正常 2冻结
    - `headerImg` string — 用户头像
    - `nickName` string — 用户昵称
    - `phone` string — 用户手机号
    - `sideMode` string — 用户侧边主题
    - `updatedAt` string — 更新时间
    - `userName` string — 用户登录名
    - `uuid` string — 用户UUID
  - `user_id` integer — 用户id

## Response `200`

删除SysOperationRecord

- object
  - `code` integer
  - `data` unknown
  - `msg` string

---

[API](https://skmtc.net/fisco-bcos/apis/gin-vue-admin-swagger-api.md) · [All operations](https://skmtc.net/fisco-bcos/apis/gin-vue-admin-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fisco-bcos/gin-vue-admin-swagger-api/revisions/83281ff551eb/schema)
