Skip to content
Get started

Delete a snapshot

delete/snapshots/{snapshotId}

Delete a snapshot

Path ParametersExpand Collapse
snapshotId: string
Delete a snapshot
curl http://localhost:8080/snapshots/$SNAPSHOT_ID \
    -X DELETE \
    -H "Authorization: Bearer $HYPEMAN_API_KEY"
Returns Examples