LDS Stake Portal
Calling Tracker

Delete Comment

DELETE
/calling-kanban/proposals/{proposal_id}/comments/{comment_id}

Delete a comment from a calling proposal

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

proposal_id*Proposal Id
comment_id*Comment Id

Response Body

application/json

application/json

curl -X DELETE "https://example.com/calling-kanban/proposals/0/comments/0"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}