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
}

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