Docs
Delete Snapshot

Delete Snapshot

Remove a snapshot and its related assets.

Endpoint

DELETE /api/v1/snapshots/{id}

ParameterTypeDescription
idstring (CUID)Snapshot identifier returned by Create Snapshot.

Example Request

curl -s -X DELETE \
  -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.watchero.io/api/v1/snapshots/cmhdgfak60002mdtxnen6g2qi"

Response

{
  "success": true
}

Error Responses

StatusReason
400The id parameter fails validation.
404The snapshot does not exist or does not belong to the authenticated user.
500Unexpected server error.

Deleting a snapshot cascades to its screenshots and comparison artifacts.


We use cookies

We use cookies to ensure you get the best experience on our website. For more information on how we use cookies, please see our cookie policy.

By clicking Accept, you agree to our use of cookies.
Learn more.