DeleteTextsRequest
Request to delete texts from a store.
Example Usage
typescript
import { DeleteTextsRequest } from "@meetkai/mka1/models/components";
let value: DeleteTextsRequest = {
texts: [
"USB-C charging cable with braided nylon sleeve",
],
groups: [
"electronics_q1_2026",
],
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
texts | string[] | ➖ | Specific texts to delete (optional) |
groups | string[] | ➖ | Delete all texts with these group identifiers (optional) |