Soft delete examples.
func (
r *ExampleService) DeleteAll(ctx context.Context,
body ExampleDeleteAllParams,
opts ...option.RequestOption) (res *ExampleDeleteAllResponse,
err error
)Soft delete examples. Only deletes the examples in the 'latest' version of the dataset.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | ExampleDeleteAllParams | |
opts* | ...option.RequestOption |