Thanks to visit codestin.com Credit goes to developer.supernotes.app
cURL
curl --request DELETE \ --url https://api.supernotes.app/v1/comments/{card_id}/{comment_id} \ --header 'Api-Key: <api-key>'
{ "type": "<string>", "detail": "<string>", "meta": "APIKey", "status": 123 }
Delete the specified comment from the specified card
Successful Response