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