Skip to content

DeleteTextStoreRequest

Example Usage

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

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

Fields

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