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