curl --request DELETE \
--url https://api.supernotes.app/v1/comments/{card_id}/{comment_id} \
--header 'Api-Key: <api-key>'
"<any>"
Delete the specified comment from the specified card
curl --request DELETE \
--url https://api.supernotes.app/v1/comments/{card_id}/{comment_id} \
--header 'Api-Key: <api-key>'
"<any>"
Successful Response
The response is of type any
.