Preview

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

requestProductNetworkRemoval

Developer/ISV requests removal of a distributed product from the AppDirect Network Catalog. Caller must have write access to the product (tenant or vendor). Requires distributionStatus = DISTRIBUTED on the published snapshot. Persists a PS-only network removal request for NCM review. Does NOT change distributionStatus — the product remains DISTRIBUTED until NCM acts.

This page contains

    Authorization Rules

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

    Scopes

    ROLE_DEVELOPER

    ROLE_CHANNEL_ADMIN

    Arguments

    input RequestProductNetworkRemovalInput! PREVIEW

    RequestProductNetworkRemovalInput fields

    productId ID!

    Return Fields

    product Product PREVIEW
    userErrors [RequestProductNetworkRemovalError!] PREVIEW

    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.