Skip to content

DeleteGraphRAGStoreRequest

Example Usage

typescript
import { DeleteGraphRAGStoreRequest } from "@meetkai/mka1/models/operations";

let value: DeleteGraphRAGStoreRequest = {
  storeName: "<value>",
};

Fields

FieldTypeRequiredDescription
storeNamestring✔️N/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.