cURL
curl --request DELETE \ --url http://api/v1/comments/dashboards/{dashboardUuid}/{commentId}
{ "status": "ok" }
Deletes a comment on a dashboard
the uuid of the dashboard
the uuid of the comment
Success
ok