Skip to main content

Endpoint

DELETE /v1/sandboxes/{id}

Parameters

ParameterTypeRequiredDescription
idstringYesSandbox ID returned from create.

Response

Returns 204 No Content on success.

Example

curl -X DELETE http://localhost:8000/v1/sandboxes/sb_abc123
Deleting a sandbox is permanent. The workspace folder and all uploaded files will be removed.