Delete Sandbox Snapshot

  • DEL
  • /workspaces
  • /:workspace
  • /sandboxes
  • /:sandbox_id
  • /snapshots
  • /:snapshot_id

Delete a sandbox snapshot

Request

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

Example: "my-company"

sandbox_idrequiredstring
The ID of the sandbox

Example: "sb-1234567890abcdef"

snapshot_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/sandboxes/:sandbox_id/snapshots/:snapshot_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
204 Sandbox snapshot deleted successfully