Skip to main content
DELETE
/
snapshot
/
{snapshotId}
/
comment
/
{commentId}
Delete a snapshot comment
curl --request DELETE \
  --url https://app.myhero.so/snapshot/{snapshotId}/comment/{commentId} \
  --header 'Authorization: Bearer <token>'
{
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

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

Removes a comment from a snapshot. Only the comment’s original author may delete it. Returns true on success.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

snapshotId
string
required
Minimum string length: 1
commentId
string
required
Minimum string length: 1

Response

200 response

data
enum<boolean>
required
Available options:
true