Delete Project Snapshot

  • DEL
  • /workspaces
  • /:workspace_domain
  • /sandboxes
  • /snapshots
  • /:id

Delete a snapshot by ID

Request

REQUIRED SCOPES
SANDBOX_MANAGE
URL PARAMETERS
workspace_domainrequiredstring
The human-readable ID of the workspace

Example: "my-company"

idrequiredstring
The ID of the snapshot

Example: "snap-abcdef1234567890"

Last modified on Jan 26, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace_domain/sandboxes/snapshots/:id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
204 Sandbox snapshot deleted successfully