Skip to content

Delete a sandbox

DELETE
/v1/sandbox/{sandboxID}/

Delete a sandbox. Running sandboxes are terminated first. Paused sandboxes are deleted directly. Requests fail while the sandbox is in a transition state.

sandboxID
required
string

Unique sandbox identifier.

Sandbox deleted.

Unauthorized – invalid or missing API key.

object
message
required

Human-readable error message.

string

Resource not found.

object
message
required

Human-readable error message.

string

Conflict - sandbox is currently transitioning.

object
message
required

Human-readable error message.

string