DeleteServiceAccountApiKeyResponseBody
OK
Example Usage
typescript
import { DeleteServiceAccountApiKeyResponseBody } from "@meetkai/mka1/models/operations";
let value: DeleteServiceAccountApiKeyResponseBody = {
id: "<id>",
deleted: false,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
deleted | boolean | ✔️ | N/A |