Delete a sandbox by name or UUID.
func (
r *SandboxBoxService) Delete(ctx context.Context,
name string,
opts ...option.RequestOption) (err error
)Delete a sandbox by name or UUID. Tears down the sandbox runtime and removes the DB record.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
name* | string | |
opts* | ...option.RequestOption |