Preview

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

deleteUsageReader

Deletes a usage reader

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 DeleteUsageReaderInput! PREVIEW

    Input for deleting usage reader

    DeleteUsageReaderInput fields

    id ID!

    Unique id of usage reader

    deletedBy String!

    User email who is deleting usage reader

    Return Fields

    success Boolean

    If true, usage reader was deleted

    userErrors [DeleteUsageReaderErrors!] PREVIEW

    Error details while deleting usage reader

    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.