# Xóa hồ sơ trình duyệt

Endpoint: POST /api/env/removeToRecycleBin/batch
Version: 1.0.0

## Request fields (application/json):

  - `envIds` (array, required)
    Danh sách ID môi trường (hồ sơ trình duyệt) cần xóa.
    Example: ["1868548141708648448","1868548141708648449"]

  - `removeEnvData` (boolean)
    Cũng có thể xóa các tệp cấu hình cục bộ?
Được hỗ trợ từ phiên bản 2.28.0 trở lên.
    Example: false

## Response 200 fields (application/json):

  - `code` (integer, required)

  - `msg` (null, required)

  - `data` (boolean, required)

  - `requestId` (string, required)

