Delete a Comment

post/commentmanager.delete/{typedId}

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.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string

Comment or CommentThread typedId

Example: 12.CMTRD
Responses
200

OK

Response Schema: application/json
object
node
string
Array of objects
Array
deletedItem
string
status
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "node",
    • "data": [
      • {
        • "deletedItem": "17.CMNT"
        }
      ],
    • "status": 0
    }
}