Delete Sandbox Snapshot

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

Delete a specific snapshot for a sandbox. This endpoint permanently removes the snapshot and returns no content on success.

Request

REQUIRED SCOPES
SANDBOX_MANAGE
URL PARAMETERS
workspacerequiredstring
The workspace name.
sandbox_idrequiredstring
The ID of the sandbox.
snapshot_idrequiredstring
The ID of the snapshot to delete.

Last modified on Jan 19, 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" \

Response

STATUS
204 No Content