INPUT_OBJECT

DeleteStreamAuthorizedUserInput

DeleteStreamAuthorizedUserInput contains the channelID for the broadcaster and the authorized userID.

link GraphQL Schema definition

1input DeleteStreamAuthorizedUserInput {
5
2# authorizedUserID for an authorized user who was allowed to stream on behalf of
3# broadcaster.
4authorizedUserID: ID!
8
6# channelID of the broadcaster.
7channelID: ID!
9}