Method: ragDataSchemas.batchDelete

Full name: projects.locations.ragCorpora.ragDataSchemas.batchDelete

Batch Deletes one or more RagDataSchemas

Endpoint

post https://{service-endpoint}/v1beta1/{parent}/ragDataSchemas:batchDelete

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The resource name of the RagCorpus from which to delete the RagDataSchemas. Format: projects/{project}/locations/{location}/ragCorpora/{ragCorpus}

Request body

The request body contains data with the following structure:

Fields
names[] string

Required. The RagDataSchemas to delete. A maximum of 500 schemas can be deleted in a batch. Format: projects/{project}/locations/{location}/ragCorpora/{ragCorpus}/ragDataSchemas/{ragDataSchema}

Response body

If successful, the response body contains an instance of Operation.