Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supahub.com/llms.txt

Use this file to discover all available pages before exploring further.

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'