unlinkComponents
Remove a link between two components.
Deletes the design-time dependency. Existing connections in deployed environments are not affected until the next deployment.
unlinkComponents(
organizationId: ID!
id: ID!
): LinkPayload
Arguments
unlinkComponents.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
unlinkComponents.id ● ID! non-null scalar {#id}
The link ID to remove.