Skip to content

DeleteServiceAccountApiKeyRequest

Example Usage

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

let value: DeleteServiceAccountApiKeyRequest = {
  orgId: "<id>",
  saId: "<id>",
  keyId: "<id>",
};

Fields

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