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

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

snapshotId
string
required
Minimum string length: 1

Response

200 response

data
object
required