Remove Examples from the Example Store.
Endpoint
posthttps://{service-endpoint}/v1beta1/{exampleStore}:removeExamples
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
exampleStore
string
Required. The name of the ExampleStore resource that the examples should be removed from. Format: projects/{project}/locations/{location}/exampleStores/{exampleStore}
Request body
The request body contains data with the following structure:
exampleIds[]
string
Optional. Example IDs to remove. If both metadata filters and Example IDs are specified, the metadata filters will be applied to the specified examples in order to identify which should be removed.
metadata_filter
Union type
metadata_filter
can be only one of the following:The metadata filters for StoredContentsExamples.
Response body
Response message for ExampleStoreService.RemoveExamples
.
If successful, the response body contains data with the following structure:
exampleIds[]
string
The IDs for the removed examples.
JSON representation |
---|
{ "exampleIds": [ string ] } |