DeleteExtractSchemaResponseBody
Response from deleting an extraction schema.
Example Usage
typescript
import { DeleteExtractSchemaResponseBody } from "@meetkai/mka1/models/operations";
let value: DeleteExtractSchemaResponseBody = {
success: true,
message: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | ✔️ | Indicates whether the schema deletion was successful |
message | string | ✔️ | A confirmation message about the deletion |