# Delete a Custom Form Deletes specified Custom Forms. Endpoint: POST /customform.delete Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `data` (object) - `data.typedIds` (array, required) One or more typedId of the Custom Form(s) you want to delete. Example: ["123.CFO"] ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (object,null) - `response.status` (integer) - `response.startRow` (integer) - `response.endRow` (integer)