# Cancel a CFS Calculation Cancels a calculation of the Calculated Fields Set (specified by id as a path parameter). Endpoint: POST /cfsmanager.cancel/{id} Security: basic, X-PriceFx-jwt ## Path parameters: - `id` (string, required) The id is the typedId without the type suffix. For example, the id attribute of the item with typedId = 2147484837.PL is 2147484837. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (object,null) - `response.status` (integer) - `response.startRow` (integer) - `response.endRow` (integer)