// Replace API_KEY with your api key
curl --location --request DELETE 'https://api.supahub.com/api/v1/comments/:commentId' \
--header 'Authorization: Bearer API_KEY'
DELETE
method
/comments/:commentId
path

Path Parameters

commentId
string
required

Unique identifier of the comment being requested.

// Replace API_KEY with your api key
curl --location --request DELETE 'https://api.supahub.com/api/v1/comments/:commentId' \
--header 'Authorization: Bearer API_KEY'