# Delete a Comment Deletes an existing Comment or CommentThread. If the CommentThread contains only one comment, the whole CommentThread is deleted. If the CommentThread is deleted, all related Comments are hard deleted. Endpoint: POST /commentmanager.delete/{typedId} Security: basic, X-PriceFx-jwt ## Path parameters: - `typedId` (string, required) Comment or CommentThread typedId Example: "12.CMTRD" ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.data.deletedItem` (string) - `response.status` (integer)