INPUT_OBJECT
input DeleteChannelGroupInput {# Id of the user performing the action. The user must be the creator of the # channel group.actorUserId: String!# The id of the channel group to be deleted.channelGroupId: String!}