deleteNetworkConnector
inline suspend fun LambdaCoreClient.deleteNetworkConnector(crossinline block: DeleteNetworkConnectorRequest.Builder.() -> Unit): DeleteNetworkConnectorResponse
Initiates deletion of a network connector. The connector transitions to DELETING state while elastic network interfaces are cleaned up asynchronously. After deletion completes, subsequent calls to GetNetworkConnector return ResourceNotFoundException.
This operation is idempotent — calling delete on a connector that is already deleting or has been deleted succeeds without error. You can delete connectors in ACTIVE or FAILED states. Before deleting a connector, ensure that no Lambda MicroVMs are using it, as they will lose VPC egress connectivity immediately.