Sandboxes
Destroy a sandbox
Tears down the sandbox immediately. The HTTP response is 204 once the destroy is queued; the sandbox's status transitions to destroyed shortly after.
Idempotent, calling DELETE on an already-destroyed sandbox is a no-op that still returns 204.
Attached volumes are detached but not deleted; they can be re-attached to a future sandbox.
delete/sandboxes/{id}
Path parameters
idstring required
24-char hex id of the sandbox.
Response
Destroy queued (or already destroyed)