Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
browser-snapshots
/
{snapshotId}
Delete browser snapshot
curl --request DELETE \
  --url https://capy.ai/api/v1/projects/{projectId}/browser-snapshots/{snapshotId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.capy.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API token (capy_xxxx). Generate at capy.ai/settings/tokens

Path Parameters

projectId
string
required

Project ID.

snapshotId
string
required

Browser snapshot ID.

Response

Success

success
boolean
required