DeleteGraphRAGStoreRequest
Example Usage
typescript
import { DeleteGraphRAGStoreRequest } from "@meetkai/mka1/models/operations";
let value: DeleteGraphRAGStoreRequest = {
storeName: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
storeName | string | ✔️ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |