# Delete a File Deletes a file attached to the specified document. Endpoint: POST /bdmanager.delete/{typedId}/{binaryDataId} Security: basic, X-PriceFx-jwt ## Path parameters: - `typedId` (string, required) typedId of the document whose attachment you want to delete. - `binaryDataId` (string, required) If the typedId is, for example, 1145.BD then the binaryDataId is 1145. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (object,null) - `response.status` (integer) - `response.startRow` (integer) - `response.endRow` (integer)