How to create Client application without any Connections associated with it?

By default, Auth0 associates all Connections to a newly created Client Application. When provisioning using API/Terraform, I couldn’t find a nice way to remove the associations - I currently have to loop through all Connections and remove the Client ID from the enabled_clients list attribute.

Is there a way to create a Client without any Connections associated with it at the beginning?

Found it. Go to Tenant Settings > Advanced and disable Enable Application Connections

Woohoo perfect! Thanks for sharing it with the rest of community!