DELETE
/
v1
/
comments
/
{card_id}
/
{comment_id}
curl --request DELETE \
  --url https://api.supernotes.app/v1/comments/{card_id}/{comment_id} \
  --header 'Api-Key: <api-key>'
"<any>"

Authorizations

Api-Key
string
header
required

Path Parameters

card_id
string
required
comment_id
string
required

Response

200
application/json
Successful Response

The response is of type any.