Preview

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

deleteAccountAssociation

Delete an existing reseller account association with customer account

This page contains

    Authorization Rules

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

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_RESELLER_MANAGER

    ROLE_PARTNER

    Arguments

    input DeleteAccountAssociationInput! PREVIEW

    Specifies data to identify reseller account association with customer account

    DeleteAccountAssociationInput fields

    accountAssociationId ID!

    Unique identifier of the reseller account association

    Return Fields

    success Boolean!

    Whether the reseller account association is deleted successfully

    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.