Preview

deactivateUsageReader is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

deactivateUsageReader

Updates usage reader status as INACTIVE

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_PARTNER

    ROLE_DEVELOPER

    ROLE_CHANNEL_ADMIN

    Arguments

    input DeactivateUsageReaderInput! PREVIEW

    Input to update usage reader status as INACTIVE

    DeactivateUsageReaderInput fields

    readerId String!

    Unique id of usage reader

    updatedBy String!

    User email who is updating usage reader status as INACTIVE

    Return Fields

    success Boolean

    Response for usage reader updated or not

    userErrors [DeactivateUsageReaderErrors!] PREVIEW

    Represent error while updating usage reader status as 'INACTIVE'

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.