Delete Sandbox Snapshot

  • DELETE
  • /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
WORKSPACE, SANDBOX_MANAGE
URL PARAMETERS
workspacerequired string
The workspace name.
sandbox_idrequired string
The ID of the sandbox.
snapshot_idrequired string
The ID of the snapshot to delete.

Last modified on Sep 1, 2025

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 No Content
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999