Preview

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

deleteProductIntegrationOpenIdConnectConfiguration

Delete the OpenID Connect single sign-on configuration within an existing product integration

This page contains

    Authorization Rules

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

    Scopes

    product.integrations.write.instance

    product.integrations.write.tenant

    product.integrations.write.vendor

    Arguments

    input DeleteProductIntegrationOpenIdConnectConfigurationInput! PREVIEW

    DeleteProductIntegrationOpenIdConnectConfigurationInput fields

    integrationConfigurationId ID!

    Unique ID of the product integration configuration the OpenID Connect single sign-on configuration will be deleted from.

    Return Fields

    success Boolean!

    Status of deletion

    userErrors [DeleteProductIntegrationOpenIdConnectConfigurationError!] PREVIEW

    A list of errors

    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.