# Delete Import Changes Reverts all changes specified in the request body. Endpoint: POST /importmanager.deletechanges Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `data` (object) - `data.typedIds` (array) Array of typedIds of import changes you want to delete. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (object,null) - `response.status` (integer) - `response.startRow` (integer) - `response.endRow` (integer)