Delete a sandbox claim by name.
func (
r *SandboxBoxService) Delete(ctx context.Context,
name string,
opts ...option.RequestOption) (err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
name* | string | |
opts* | ...option.RequestOption |
Delete a sandbox claim by name. Deletes both the K8s CRD and the DB record.