Soft delete an example.
func (
r *ExampleService) Delete(ctx context.Context,
exampleID string,
opts ...option.RequestOption) (res *ExampleDeleteResponse,
err error
)Soft delete an example. Only deletes the example in the 'latest' version of the dataset.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
exampleID* | string | |
opts* | ...option.RequestOption |